Spaces:
Runtime error
Runtime error
Create inferless-runtime-config.yaml
Browse files
inferless-runtime-config.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
build:
|
2 |
+
cuda_version: "12.1.1"
|
3 |
+
python_version: "3.10"
|
4 |
+
system_packages:
|
5 |
+
- "git"
|
6 |
+
python_packages:
|
7 |
+
- "inferless-cli==2.0.9"
|
8 |
+
- "pydantic"
|
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/FLUX.1-Krea-dev.git"
|