peralp24 commited on
Commit
b04675c
·
verified ·
1 Parent(s): 5f430b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -91,7 +91,14 @@ the original [Pharia-1-LLM-7B-control](https://huggingface.co/Aleph-Alpha/Pharia
91
  Pharia-1-Embedding-4608-control has been optimized on embedding
92
  computation only. Therefore, we do not recommend usage for text generation purposes.
93
 
 
94
 
 
 
 
 
 
 
95
 
96
  ## Bias, Risks, and Limitations
97
 
 
91
  Pharia-1-Embedding-4608-control has been optimized on embedding
92
  computation only. Therefore, we do not recommend usage for text generation purposes.
93
 
94
+ ## How to Use
95
 
96
+ ### Use with scaling inference code base
97
+
98
+ To perform inference with the original model files, you’ll first need to install the
99
+ [Scaling library](https://github.com/Aleph-Alpha/scaling). Follow the installation instructions provided in the repository's README file.
100
+ After installation, download the model weights and use the Scaling inference module to load the
101
+ checkpoint, vocabulary, and configuration files.
102
 
103
  ## Bias, Risks, and Limitations
104