Spaces:
Runtime error
Runtime error
Update inferless-runtime-config.yaml
Browse files
inferless-runtime-config.yaml
CHANGED
@@ -9,11 +9,14 @@ build:
|
|
9 |
- "accelerate"
|
10 |
- "git+https://github.com/huggingface/diffusers.git"
|
11 |
- "torch"
|
|
|
12 |
- "transformers==4.42.4"
|
13 |
- "xformers"
|
14 |
- "protobuf"
|
15 |
- "sentencepiece"
|
|
|
|
|
16 |
- "watchdog"
|
17 |
- "websockets"
|
18 |
run:
|
19 |
-
- "git clone https://huggingface.co/spaces/dangthr/
|
|
|
9 |
- "accelerate"
|
10 |
- "git+https://github.com/huggingface/diffusers.git"
|
11 |
- "torch"
|
12 |
+
- "torchvision"
|
13 |
- "transformers==4.42.4"
|
14 |
- "xformers"
|
15 |
- "protobuf"
|
16 |
- "sentencepiece"
|
17 |
+
- "safetensors"
|
18 |
+
- "dashscope"
|
19 |
- "watchdog"
|
20 |
- "websockets"
|
21 |
run:
|
22 |
+
- "git clone https://huggingface.co/spaces/dangthr/Qwen-Image-Edit"
|