stefanoscotta commited on
Commit
e3deb06
1 Parent(s): 7e6f4ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -60,10 +60,8 @@ Use the code below to get started with the model.
60
  **Usage:**
61
  Use the code below to get started with the model.
62
  ``` python
63
- import os
64
  import torch
65
- import sys
66
- from transformers import LlamaForCausalLM, AutoTokenizer
67
  from peft import PeftModel
68
 
69
  model_id = "meta-llama/Meta-Llama-3-8B"
 
60
  **Usage:**
61
  Use the code below to get started with the model.
62
  ``` python
 
63
  import torch
64
+ from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
 
65
  from peft import PeftModel
66
 
67
  model_id = "meta-llama/Meta-Llama-3-8B"