Skip to content
Snippets Groups Projects
Commit e4b2af5c authored by zverkov's avatar zverkov
Browse files

try to load again

parent 80f5cf5d
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,7 @@ class MistralAgent(object):
temperature=0.9
)
self.model = LLM(model="./agents/mistral_model/model",
tokenizer="./agents/mistral_model/tokenizer",
self.model = LLM(model="teknium/OpenHermes-2.5-Mistral-7B",
enable_lora=True, max_model_len=5000, max_lora_rank=64)
# self.model.config.use_cache = True # For faster generation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment