JacobLinCool commited on
Commit
587b52a
·
verified ·
1 Parent(s): ea81cd4

fix: pin deployed lora adapter revision

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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