rasyosef commited on
Commit
f16752e
1 Parent(s): c2566f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -39,6 +39,12 @@ where the model generates the text after `<|im_start|>assistant` .
39
 
40
  ### Sample inference code
41
 
 
 
 
 
 
 
42
  This code snippets show how to get quickly started with running the model on a GPU:
43
 
44
  ```python
 
39
 
40
  ### Sample inference code
41
 
42
+ Support for this model will be added in the upcoming transformers release. In the meantime, please install the library from source:
43
+
44
+ ```
45
+ pip install git+https://github.com/huggingface/transformers
46
+ ```
47
+
48
  This code snippets show how to get quickly started with running the model on a GPU:
49
 
50
  ```python