GIGAParviz commited on
Commit
03fdc98
·
verified ·
1 Parent(s): b47323a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import transformers
5
  import torch
6
 
7
- model_id = "meta-llama/Meta-Llama-3-70B-Instruct"
8
 
9
  pipeline = transformers.pipeline(
10
  "text-generation",
 
4
  import transformers
5
  import torch
6
 
7
+ model_id = "unsloth/llama-2-7b-bnb-4bit"
8
 
9
  pipeline = transformers.pipeline(
10
  "text-generation",