Spaces:
Sleeping
Sleeping
Create .hf-space-config.yaml
Browse files- .hf-space-config.yaml +13 -0
.hf-space-config.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Config for Hugging Face Spaces
|
2 |
+
hf_oauth: false # Set to true if you need authentication
|
3 |
+
docker_build:
|
4 |
+
gpu: true # Use GPU for better performance
|
5 |
+
cuda: "11.8" # CUDA version
|
6 |
+
python_version: "3.10"
|
7 |
+
system_packages:
|
8 |
+
- "build-essential"
|
9 |
+
- "git"
|
10 |
+
- "wget"
|
11 |
+
hardware:
|
12 |
+
accelerator: "T4" # Choose GPU based on availability (T4/A10G/A100)
|
13 |
+
space_storage: "small" # small (5GB), medium (15GB), or large (50GB)
|