Spaces:
Running
Running
Update PolyAgent/orchestrator.py
Browse files
PolyAgent/orchestrator.py
CHANGED
|
@@ -87,7 +87,7 @@ class PathsConfig:
|
|
| 87 |
def __init__(self):
|
| 88 |
# 1) HF model repo where you uploaded the staged bundle
|
| 89 |
# Example: "kaurm43/PolyFusionAgent-weights-5m" (change to your real repo_id)
|
| 90 |
-
self.hf_repo_id = os.getenv("POLYFUSION_WEIGHTS_REPO", "kaurm43/
|
| 91 |
self.hf_repo_type = os.getenv("POLYFUSION_WEIGHTS_REPO_TYPE", "model") # usually "model"
|
| 92 |
|
| 93 |
# 2) Where to store downloaded files
|
|
|
|
| 87 |
def __init__(self):
|
| 88 |
# 1) HF model repo where you uploaded the staged bundle
|
| 89 |
# Example: "kaurm43/PolyFusionAgent-weights-5m" (change to your real repo_id)
|
| 90 |
+
self.hf_repo_id = os.getenv("POLYFUSION_WEIGHTS_REPO", "kaurm43/polyfusionagent-weights")
|
| 91 |
self.hf_repo_type = os.getenv("POLYFUSION_WEIGHTS_REPO_TYPE", "model") # usually "model"
|
| 92 |
|
| 93 |
# 2) Where to store downloaded files
|