model card
Browse files
README.md
CHANGED
|
@@ -140,7 +140,7 @@ The command creates a new model and published deployment in your Baseten account
|
|
| 140 |
JSON containing `model_id`, `model_version_id`, `predict_url`, and `logs_url`. It does not
|
| 141 |
promote the deployment to production.
|
| 142 |
|
| 143 |
-
Set `PREDICT_URL` to the returned `predict_url`, then
|
| 144 |
|
| 145 |
```bash
|
| 146 |
export PREDICT_URL="https://model-...api.baseten.co/deployment/.../predict"
|
|
@@ -164,8 +164,7 @@ curl -fsS "$PREDICT_URL" \
|
|
| 164 |
```
|
| 165 |
|
| 166 |
The first deployment downloads about 466 GB of weights and initializes SGLang, so startup can
|
| 167 |
-
take several minutes.
|
| 168 |
-
same push; no configuration change or additional credential should be necessary.
|
| 169 |
|
| 170 |
## License
|
| 171 |
|
|
|
|
| 140 |
JSON containing `model_id`, `model_version_id`, `predict_url`, and `logs_url`. It does not
|
| 141 |
promote the deployment to production.
|
| 142 |
|
| 143 |
+
Set `PREDICT_URL` to the returned `predict_url`, then query the model:
|
| 144 |
|
| 145 |
```bash
|
| 146 |
export PREDICT_URL="https://model-...api.baseten.co/deployment/.../predict"
|
|
|
|
| 164 |
```
|
| 165 |
|
| 166 |
The first deployment downloads about 466 GB of weights and initializes SGLang, so startup can
|
| 167 |
+
take several minutes.
|
|
|
|
| 168 |
|
| 169 |
## License
|
| 170 |
|