1
0
Fork 0

pip install some requirements

deepcrayon
Jeff Moe 2023-07-03 22:52:20 -06:00
parent 38f5e68c11
commit 2c39ff1c50
2 changed files with 4 additions and 1 deletions

View File

@ -76,7 +76,7 @@ pip install --upgrade pip
pip install lit
pip install torch torchvision torchaudio \
--index-url https://download.pytorch.org/whl/cu118
pip install tqdm timm
pip install -r requirements.txt
```
## Images

3
requirements.txt 100644
View File

@ -0,0 +1,3 @@
timm
tqdm
utils