Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/host/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ source config.env

For more details on the optimal deployment configuration, please refer to [this link](https://gonka.ai/host/benchmark-to-choose-optimal-deployment-config-for-llms/).


You can view all models available for the current epoch at the following link:
```
http://node2.gonka.ai:8000/v1/governance/models
```

### [Server] Pre-download Model Weights to Hugging Face Cache (HF_HOME)
Inference nodes download model weights from Hugging Face.
To make sure the model weights are ready for inference, you should download them before deployment.
Expand Down