Text Generation
Transformers
Safetensors
llama
text-generation-inference
Inference Endpoints
mfromm commited on
Commit
8cdd51c
·
verified ·
1 Parent(s): fcaca0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -76,10 +76,12 @@ The model is not intended for use in math and coding tasks.
76
  ## How to Get Started with the Model
77
 
78
  ## Usage
79
- The model requires transformers, sentencepiece, and the torch library.
 
 
80
  ```bash
81
  python -m pip install numpy torch huggingface_hub transformers sentencepiece
82
- ```bash
83
 
84
  After installation, here's an example of how to use the model:
85
 
 
76
  ## How to Get Started with the Model
77
 
78
  ## Usage
79
+ The model requires a few libraries that can be installed in your python environment:
80
+
81
+
82
  ```bash
83
  python -m pip install numpy torch huggingface_hub transformers sentencepiece
84
+ ```
85
 
86
  After installation, here's an example of how to use the model:
87