kaurm43 commited on
Commit
cd0c72c
·
verified ·
1 Parent(s): 7665d30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -124,17 +124,21 @@ The orchestrator downloads required artifacts (tokenizers, pretrained encoders,
124
  ### Default weights repo
125
  By default, the Space expects:
126
 
 
127
  POLYFUSION_WEIGHTS_REPO=kaurm43/polyfusionagent-weights
128
 
129
  POLYFUSION_WEIGHTS_REPO_TYPE=model
 
130
 
131
  - **Weights repo:** [kaurm43/polyfusionagent-weights](https://huggingface.co/kaurm43/polyfusionagent-weights)
132
 
133
 
134
  ### Override via environment variables (local or Space secrets)
 
135
  POLYFUSION_WEIGHTS_REPO=your-org/your-weights-repo
136
  POLYFUSION_WEIGHTS_REPO_TYPE=model
137
  POLYFUSION_WEIGHTS_DIR=/path/to/cache
 
138
 
139
  ### Expected weights layout (inside the weights repo)
140
  The orchestrator expects these folders/files:
@@ -154,7 +158,9 @@ If you are building your own weights repo, mirror this structure.
154
  ### Chroma DB path
155
  The orchestrator defaults to a folder path (relative or absolute):
156
 
 
157
  CHROMA_DB_PATH=chroma_polymer_db_big
 
158
 
159
  ### Options
160
  - Ship a Chroma DB folder in this repo (good for small KBs)
 
124
  ### Default weights repo
125
  By default, the Space expects:
126
 
127
+ ```bash
128
  POLYFUSION_WEIGHTS_REPO=kaurm43/polyfusionagent-weights
129
 
130
  POLYFUSION_WEIGHTS_REPO_TYPE=model
131
+ ```
132
 
133
  - **Weights repo:** [kaurm43/polyfusionagent-weights](https://huggingface.co/kaurm43/polyfusionagent-weights)
134
 
135
 
136
  ### Override via environment variables (local or Space secrets)
137
+ ```bash
138
  POLYFUSION_WEIGHTS_REPO=your-org/your-weights-repo
139
  POLYFUSION_WEIGHTS_REPO_TYPE=model
140
  POLYFUSION_WEIGHTS_DIR=/path/to/cache
141
+ ```
142
 
143
  ### Expected weights layout (inside the weights repo)
144
  The orchestrator expects these folders/files:
 
158
  ### Chroma DB path
159
  The orchestrator defaults to a folder path (relative or absolute):
160
 
161
+ ```bash
162
  CHROMA_DB_PATH=chroma_polymer_db_big
163
+ ```
164
 
165
  ### Options
166
  - Ship a Chroma DB folder in this repo (good for small KBs)