Skip to content

Commit bb7dfb4

Browse files
authored
chore: update instructions for deploy with openllm (#1166)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
1 parent 145183a commit bb7dfb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
122122
</tr>
123123
</table>
124124

125-
126125
For the full model list, see the [OpenLLM models repository](https://github.com/bentoml/openllm-models).
127126

128127
## Start an LLM server
@@ -252,7 +251,7 @@ OpenLLM supports LLM cloud deployment via BentoML, the unified model serving fra
252251
[Sign up for BentoCloud](https://www.bentoml.com/) for free and [log in](https://docs.bentoml.com/en/latest/bentocloud/how-tos/manage-access-token.html). Then, run `openllm deploy` to deploy a model to BentoCloud:
253252

254253
```bash
255-
openllm deploy llama3.2:1b
254+
openllm deploy llama3.2:1b --env HF_TOKEN
256255
```
257256

258257
> [!NOTE]

0 commit comments

Comments
 (0)