dangthr commited on
Commit
b47b5a0
·
verified ·
1 Parent(s): 4f34545

Create inferless-runtime-config.yaml

Browse files
Files changed (1) hide show
  1. inferless-runtime-config.yaml +19 -0
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"