kaurm43 commited on
Commit
3bd8bd5
·
verified ·
1 Parent(s): e15bfe0

Update PolyAgent/orchestrator.py

Browse files
Files changed (1) hide show
  1. PolyAgent/orchestrator.py +1 -1
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/PolyFusionAgent-weights-5m")
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