Text Generation
Transformers
Safetensors
llama
text-generation-inference
Inference Endpoints
mfromm commited on
Commit
7c132aa
·
verified ·
1 Parent(s): 455b505

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -74,7 +74,13 @@ The model is not intended for use in math and coding tasks.
74
  ## How to Get Started with the Model
75
 
76
  ## Usage
77
- The model requires transformers, sentencepiece, and the torch library.
 
 
 
 
 
 
78
  After installation, here's an example of how to use the model:
79
 
80
  As this model is a fine-tuned model, it must be used with the provided prompt template. Using the model without the prompt template is not intended and is not recommended. The prompt template is defined as follows:
 
74
  ## How to Get Started with the Model
75
 
76
  ## Usage
77
+ The model requires a few libraries that can be installed in your python environment:
78
+
79
+
80
+ ```bash
81
+ python -m pip install numpy torch huggingface_hub transformers sentencepiece
82
+ ```
83
+
84
  After installation, here's an example of how to use the model:
85
 
86
  As this model is a fine-tuned model, it must be used with the provided prompt template. Using the model without the prompt template is not intended and is not recommended. The prompt template is defined as follows: