TryingHard commited on
Commit
1210ec3
1 Parent(s): da09c52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -198,6 +198,7 @@ model = OvisGemma2GPTQForCausalLM.from_pretrained(
198
  multimodal_max_length=8192,
199
  trust_remote_code=True
200
  ).cuda()
 
201
  print(f"Model Loaded!")
202
 
203
 
 
198
  multimodal_max_length=8192,
199
  trust_remote_code=True
200
  ).cuda()
201
+ model.model.llm.model.config.use_cache = False
202
  print(f"Model Loaded!")
203
 
204