alokabhishek commited on
Commit
22377b2
1 Parent(s): 6bc6238

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -52,22 +52,12 @@ pip install -r requirements.txt
52
  pip install .
53
  ```
54
 
55
- #### Import
56
-
57
- ```python
58
- from huggingface_hub import login, HfApi, create_repo
59
- from torch import bfloat16
60
- import locale
61
- import torch
62
- import os
63
- ```
64
 
65
  #### set up variables
66
 
67
  ```python
68
  # Define the model ID for the desired model
69
  model_id = "alokabhishek/Meta-Llama-3-8B-Instruct-4.0-bpw-exl2"
70
- BPW = 4.0
71
 
72
  # define variables
73
  model_name = model_id.split("/")[-1]
 
52
  pip install .
53
  ```
54
 
 
 
 
 
 
 
 
 
 
55
 
56
  #### set up variables
57
 
58
  ```python
59
  # Define the model ID for the desired model
60
  model_id = "alokabhishek/Meta-Llama-3-8B-Instruct-4.0-bpw-exl2"
 
61
 
62
  # define variables
63
  model_name = model_id.split("/")[-1]