ayoolaolafenwa commited on
Commit
02b7285
1 Parent(s): 4c013d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -16,6 +16,14 @@ it does not generalize well for tasks like coding, current affairs and hallucina
16
 
17
  # Have a live chat with ChatLM on space https://huggingface.co/spaces/ayoolaolafenwa/ChatLM
18
 
 
 
 
 
 
 
 
 
19
  ## Load Model in bfloat16
20
  ``` python
21
  import torch
 
16
 
17
  # Have a live chat with ChatLM on space https://huggingface.co/spaces/ayoolaolafenwa/ChatLM
18
 
19
+ # Install Required Packages
20
+ ```
21
+ pip install transformers
22
+ pip install accelerate
23
+ pip install einops
24
+ pip install bitsandbytes
25
+ ```
26
+
27
  ## Load Model in bfloat16
28
  ``` python
29
  import torch