harrypart commited on
Commit
f6eab61
·
verified ·
1 Parent(s): cbe45f7

model card

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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 run a multimodal smoke test:
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. If Baseten reports a transient infrastructure or download error, retry the
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