Simplified requirements:
* No wandb login * wandb install as part of requirements.txt
This commit is contained in:
parent
9d6b6dcc92
commit
3af89066e8
|
@ -1,2 +1,3 @@
|
|||
torch
|
||||
flax==0.4.2
|
||||
wandb
|
3
setup.sh
3
setup.sh
|
@ -9,7 +9,6 @@ git lfs install
|
|||
git clone https://huggingface.co/dalle-mini/vqgan_imagenet_f16_16384 ./pretrained/vqgan
|
||||
|
||||
# download dalle-mini and dalle mega
|
||||
pip install wandb
|
||||
wandb login
|
||||
wandb login --anonymously
|
||||
wandb artifact get --root=./pretrained/dalle_bart_mini dalle-mini/dalle-mini/mini-1:v0
|
||||
wandb artifact get --root=./pretrained/dalle_bart_mega dalle-mini/dalle-mini/mega-1-fp16:v14
|
||||
|
|
Loading…
Reference in New Issue
Block a user