bnjmnmarie commited on
Commit
e05a1e2
1 Parent(s): ef8b17f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
9
  from optimum.gptq import GPTQQuantizer
10
  import torch
11
  w = 2
12
- model_path = meta-llama/Llama-2-7b-chat-hf
13
 
14
  tokenizer = AutoTokenizer.from_pretrained(model_path, use_fast=True)
15
  model = AutoModelForCausalLM.from_pretrained(model_path, torch_dtype=torch.float16)
 
9
  from optimum.gptq import GPTQQuantizer
10
  import torch
11
  w = 2
12
+ model_path = meta-llama/Llama-2-7b-hf
13
 
14
  tokenizer = AutoTokenizer.from_pretrained(model_path, use_fast=True)
15
  model = AutoModelForCausalLM.from_pretrained(model_path, torch_dtype=torch.float16)