Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ else:
|
|
| 11 |
api = HfApi(token=token)
|
| 12 |
|
| 13 |
# Configuration
|
| 14 |
-
source_url = "https://huggingface.co/nold/starcoder2-15b-GGUF/resolve/main/"
|
| 15 |
filename = "starcoder2-15b-instruct-v0.1-Q4_K_M.gguf"
|
| 16 |
dest_repo = "AIDev07/AIModelsLoaded"
|
| 17 |
|
|
|
|
| 11 |
api = HfApi(token=token)
|
| 12 |
|
| 13 |
# Configuration
|
| 14 |
+
source_url = "https://huggingface.co/nold/starcoder2-15b-GGUF/resolve/main/starcoder2-15b_Q4_K_M.gguf"
|
| 15 |
filename = "starcoder2-15b-instruct-v0.1-Q4_K_M.gguf"
|
| 16 |
dest_repo = "AIDev07/AIModelsLoaded"
|
| 17 |
|