changh95 commited on
Commit
36915c3
·
verified ·
1 Parent(s): 0660dca

Card: simplify the generated quickstart paragraph

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -38,7 +38,8 @@ tt-model pull changh95/locate-anything-3b-p150 --with-weights
38
  tt-model serve changh95/locate-anything-3b-p150
39
  ```
40
 
41
- `pull --with-weights` downloads the Docker image and the [`nvidia/LocateAnything-3B`](https://huggingface.co/nvidia/LocateAnything-3B) weights at `c32291ca5e996f5a7a485845b4f57a233936bba0` (into your HF cache; they are not in the image). `serve` starts the model's own HTTP server on port 20000 (or the next free port, if that one is busy); the first start compiles kernels for your device, which takes several minutes, and the server is ready when it logs `Application startup complete`.
 
42
 
43
  ### Run with tt-cli
44
 
 
38
  tt-model serve changh95/locate-anything-3b-p150
39
  ```
40
 
41
+ - Weights [`nvidia/LocateAnything-3B`](https://huggingface.co/nvidia/LocateAnything-3B) at `c32291ca5e99` go to your HF cache; the image does not contain them.
42
+ - Serves on port 20000 (or the next free port); ready when the log says `Application startup complete`.
43
 
44
  ### Run with tt-cli
45