Fix example

This commit is contained in:
turboderp
2025-06-12 04:14:52 +02:00
parent afa7f1e5d0
commit 72bdf5a39c

View File

@@ -3,7 +3,7 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import torch
from transformers import AutoTokenizer, AutoModelForCausalLM, Gemma3ForConditionalGeneration
from exllamav3.integration import patch_transformers
from exllamav3.integration.transformers import patch_transformers
# At the moment, ExLlamaV3 integrates into Transformers by injecting a couple of classes into Transformers' lists
# of recognized quantization formats. Expect this method to change