Added online model.
This commit is contained in:
parent
c4655fb49e
commit
b3ae2625ac
5 changed files with 26 additions and 8 deletions
5
py/venv.sh
Normal file
5
py/venv.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip install transformers
|
Loading…
Add table
Add a link
Reference in a new issue