Initial Flask Setup
This commit is contained in:
parent
2fd81dbe3e
commit
0ccfd98e32
9 changed files with 13 additions and 39 deletions
2
py/venv.sh
Normal file → Executable file
2
py/venv.sh
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf venv/
|
||||
virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip install transformers
|
||||
pip install torch
|
||||
pip install flask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue