Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,10 @@ hf_oauth_scopes:
|
|
| 12 |
- inference-api
|
| 13 |
short_description: a bot that answer questions about professional projets
|
| 14 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
An chatbot with rag for curriculum vitae
|
|
|
|
| 12 |
- inference-api
|
| 13 |
short_description: a bot that answer questions about professional projets
|
| 14 |
license: mit
|
| 15 |
+
variables:
|
| 16 |
+
FORCE_CUDA: "0"
|
| 17 |
+
MAX_JOBS: "4"
|
| 18 |
+
TORCH_CUDA_ARCH_LIST: ""
|
| 19 |
---
|
| 20 |
|
| 21 |
An chatbot with rag for curriculum vitae
|