Futuresony commited on
Commit
c3a8689
·
verified ·
1 Parent(s): 5e11998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
 
6
  # Use a CPU-compatible base model (replace this with your actual full-precision model)
7
  base_model_id = "unsloth/gemma-2b" # Replace with real CPU-compatible model
8
- lora_model_id = "Futuresony/gemma2-2b-alpaca-lora"
9
 
10
  # Load the base model on CPU
11
  base_model = AutoModelForCausalLM.from_pretrained(
 
5
 
6
  # Use a CPU-compatible base model (replace this with your actual full-precision model)
7
  base_model_id = "unsloth/gemma-2b" # Replace with real CPU-compatible model
8
+ lora_model_id = "Futuresony/CCM-AI"
9
 
10
  # Load the base model on CPU
11
  base_model = AutoModelForCausalLM.from_pretrained(