Try switching llm

pull/388/head
Wyatt Stanke 11 months ago
parent 127ef4a521
commit 729a3be266
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -15,7 +15,7 @@ custom_config = {
"verbose": True, "verbose": True,
} }
huggingface_llm = HuggingfaceLLM( huggingface_llm = HuggingfaceLLM(
model_id="NousResearch/Nous-Hermes-2-Vision-Alpha", model_id="liuhaotian/llava-v1.6-mistral-7b",
**custom_config, **custom_config,
) )
mixtral = Mixtral(load_in_4bit=True, use_flash_attention_2=True) mixtral = Mixtral(load_in_4bit=True, use_flash_attention_2=True)

Loading…
Cancel
Save