Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from peft import PeftModel
|
|
4 |
import torch
|
5 |
|
6 |
# Use a CPU-compatible base model (replace this with your actual full-precision model)
|
7 |
-
base_model_id = "unsloth/gemma-
|
8 |
lora_model_id = "import gradio as gr
|
9 |
from huggingface_hub import InferenceClient
|
10 |
import os
|
|
|
4 |
import torch
|
5 |
|
6 |
# Use a CPU-compatible base model (replace this with your actual full-precision model)
|
7 |
+
base_model_id = "unsloth/gemma-2-9b" # Replace with real CPU-compatible model
|
8 |
lora_model_id = "import gradio as gr
|
9 |
from huggingface_hub import InferenceClient
|
10 |
import os
|