umair894 commited on
Commit
2da62dc
·
verified ·
1 Parent(s): 444377d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for
9
  load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
10
 
11
  model, tokenizer = FastLanguageModel.from_pretrained(
12
- model_name = "umair894/llama3_1e",
13
  max_seq_length = max_seq_length,
14
  dtype = dtype,
15
  load_in_4bit = load_in_4bit,
 
9
  load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
10
 
11
  model, tokenizer = FastLanguageModel.from_pretrained(
12
+ model_name = "umair894/llama3", #_1e
13
  max_seq_length = max_seq_length,
14
  dtype = dtype,
15
  load_in_4bit = load_in_4bit,