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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -77,6 +77,10 @@ The model is not intended for use in math and coding tasks.
77
 
78
  ## Usage
79
  The model requires transformers, sentencepiece, and the torch library.
 
 
 
 
80
  After installation, here's an example of how to use the model:
81
 
82
  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:
 
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
 
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: