Added online model.

This commit is contained in:
Patrick_Pluto 2024-09-16 11:44:35 +02:00
parent c4655fb49e
commit b3ae2625ac
5 changed files with 26 additions and 8 deletions

5
py/venv.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
virtualenv venv
source venv/bin/activate
pip install transformers