From 105cc46e0ec2bf2e8189afa5305e926a4af9ffb1 Mon Sep 17 00:00:00 2001 From: Sagar Reddy Patil Date: Thu, 19 May 2022 03:03:58 -0400 Subject: [PATCH] some things --- .gitignore | 4 +++- launch.sh | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 launch.sh diff --git a/.gitignore b/.gitignore index 931aa88..7bc0f51 100644 --- a/.gitignore +++ b/.gitignore @@ -262,4 +262,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,windows,linux,macos \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,windows,linux,macos + +models/ diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..dc75c10 --- /dev/null +++ b/launch.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +source ./venv/bin/activate + +export TRANSFORMERS_CACHE=./models +python3 -m discord.main