Spaces:
Running on Zero
Running on Zero
fix: pin deployed lora adapter revision
Browse files
README.md
CHANGED
|
@@ -174,6 +174,7 @@ ADVISOR_ZERO_GPU_DURATION=60
|
|
| 174 |
ADVISOR_MODEL_BACKEND=minicpm-transformers
|
| 175 |
ADVISOR_MODEL_ID=openbmb/MiniCPM5-1B
|
| 176 |
ADVISOR_ADAPTER_ID=build-small-hackathon/hackathon-advisor-minicpm5-lora
|
|
|
|
| 177 |
```
|
| 178 |
|
| 179 |
`agent_turn` wraps the engine call with `spaces.GPU` when `ADVISOR_ZERO_GPU=1`, so model loading and generation run on
|
|
|
|
| 174 |
ADVISOR_MODEL_BACKEND=minicpm-transformers
|
| 175 |
ADVISOR_MODEL_ID=openbmb/MiniCPM5-1B
|
| 176 |
ADVISOR_ADAPTER_ID=build-small-hackathon/hackathon-advisor-minicpm5-lora
|
| 177 |
+
ADVISOR_ADAPTER_REVISION=25de69bcde397e1bcdd852923b56a42f10222650
|
| 178 |
```
|
| 179 |
|
| 180 |
`agent_turn` wraps the engine call with `spaces.GPU` when `ADVISOR_ZERO_GPU=1`, so model loading and generation run on
|