Spaces:
Sleeping
Sleeping
Create .huggingface.yml
Browse files- .huggingface.yml +4 -0
.huggingface.yml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build:
|
| 2 |
+
commands:
|
| 3 |
+
- pip install --no-cache-dir --upgrade pip
|
| 4 |
+
- pip install --no-cache-dir --upgrade smolagents openai
|