Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 340 Bytes

readme-mine.md

File metadata and controls

22 lines (12 loc) · 340 Bytes

Update git

git add . git commit -m "" git push origin main

Starting the VENV to create the tables:

python3.10 -m venv myenv source myenv/bin/activate pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu pip install -r requirements.txt python main.py

To exit: deactivate