Text Generation
Transformers
Safetensors
English
llama
Inference Endpoints
text-generation-inference

update library requirements

#2
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -14,6 +14,13 @@ pipeline_tag: text-generation
14
 
15
  `Stable Beluga 7B` is a Llama2 7B model finetuned on an Orca style Dataset
16
 
 
 
 
 
 
 
 
17
  ## Usage
18
 
19
  Start chatting with `Stable Beluga 7B` using the following code snippet:
 
14
 
15
  `Stable Beluga 7B` is a Llama2 7B model finetuned on an Orca style Dataset
16
 
17
+ ## Required Libraries
18
+
19
+ make sure to install 'transformers', 'sentencepiece' and 'accelerate':
20
+ ```
21
+ pip install transformers sentencepiece accelerate
22
+ ```
23
+
24
  ## Usage
25
 
26
  Start chatting with `Stable Beluga 7B` using the following code snippet: