How to update context_window here (as by default its 512)

#1
by ianuvrat - opened

llm = AutoModelForCausalLM.from_pretrained("TheBloke/MistralLite-7B-GGUF",
model_file="mistrallite.Q4_K_M.gguf",
model_type="mistral",
gpu_layers=50)

Sign up or log in to comment