Skip to content

Commit 105cc46

Browse files
author
Sagar Reddy Patil
committed
some things
1 parent 8445919 commit 105cc46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,6 @@ $RECYCLE.BIN/
262262
# Windows shortcuts
263263
*.lnk
264264

265-
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,windows,linux,macos
265+
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,windows,linux,macos
266+
267+
models/

launch.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
source ./venv/bin/activate
4+
5+
export TRANSFORMERS_CACHE=./models
6+
python3 -m discord.main

0 commit comments

Comments
 (0)