AmiyendraOP commited on
Commit
ec3846b
Β·
verified Β·
1 Parent(s): 51202ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  model_id = "AmiyendraOP/llama3-legal-finetuned"
6
 
7
- # Load tokenizer and model without quantization or bitsandbytes
8
  tokenizer = AutoTokenizer.from_pretrained(model_id)
9
  model = AutoModelForCausalLM.from_pretrained(model_id, low_cpu_mem_usage=True, torch_dtype=torch.float32)
10
 
 
4
 
5
  model_id = "AmiyendraOP/llama3-legal-finetuned"
6
 
7
+
8
  tokenizer = AutoTokenizer.from_pretrained(model_id)
9
  model = AutoModelForCausalLM.from_pretrained(model_id, low_cpu_mem_usage=True, torch_dtype=torch.float32)
10