Spaces:
Sleeping
Sleeping
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
|
|
| 9 |
from datasets import load_dataset
|
| 10 |
|
| 11 |
huggingface_hub.login(os.getenv('HF_TOKEN'))
|
| 12 |
-
peft_model_id = "debisoft/Qwen2.5-VL-7B-Instruct-thinking-function_calling-quant-
|
| 13 |
|
| 14 |
bnb_config = BitsAndBytesConfig(
|
| 15 |
load_in_4bit=True,
|
|
|
|
| 9 |
from datasets import load_dataset
|
| 10 |
|
| 11 |
huggingface_hub.login(os.getenv('HF_TOKEN'))
|
| 12 |
+
peft_model_id = "debisoft/Qwen2.5-VL-7B-Instruct-thinking-function_calling-quant-V0"
|
| 13 |
|
| 14 |
bnb_config = BitsAndBytesConfig(
|
| 15 |
load_in_4bit=True,
|