TryingHard
commited on
Commit
•
1210ec3
1
Parent(s):
da09c52
Update README.md
Browse files
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 |
|