pharmapsychotic
1 year ago
2 changed files with 19 additions and 20 deletions
@ -1,20 +1,16 @@ |
|||||||
build: |
build: |
||||||
gpu: true |
gpu: true |
||||||
cuda: "11.6" |
cuda: "11.8" |
||||||
python_version: "3.8" |
python_version: "3.10" |
||||||
system_packages: |
system_packages: |
||||||
- "libgl1-mesa-glx" |
- "libgl1-mesa-glx" |
||||||
- "libglib2.0-0" |
- "libglib2.0-0" |
||||||
python_packages: |
python_packages: |
||||||
- "ipython==8.4.0" |
- "Pillow==10.0.0" |
||||||
- "fairscale==0.4.12" |
- "safetensors==0.3.3" |
||||||
- "transformers==4.21.2" |
- "tqdm==4.66.1" |
||||||
- "ftfy==6.1.1" |
- "open_clip_torch==2.20.0" |
||||||
- "torch==1.13.0 --extra-index-url=https://download.pytorch.org/whl/cu116" |
- "accelerate==0.22.0" |
||||||
- "torchvision==0.14.0 --extra-index-url=https://download.pytorch.org/whl/cu116" |
- "transformers==4.33.1" |
||||||
- "open_clip_torch==2.7.0" |
|
||||||
- "timm==0.4.12" |
|
||||||
- "pycocoevalcap==1.2" |
|
||||||
- "git+https://github.com/pharmapsychotic/BLIP.git" |
|
||||||
|
|
||||||
predict: "predict.py:Predictor" |
predict: "predict.py:Predictor" |
||||||
|
Loading…
Reference in new issue