Update app/src/content/chapters/inference.mdx (#2)
Browse files- Update app/src/content/chapters/inference.mdx (a974f406e9b710611cea3eec8b4397f8d3514a0b)
Co-authored-by: Sergio Paniego <[email protected]>
app/src/content/chapters/inference.mdx
CHANGED
|
@@ -58,7 +58,7 @@ curl -X POST "http://localhost:8000/v1/completions" \
|
|
| 58 |
|
| 59 |
### Inference on your trained nanochat weights
|
| 60 |
|
| 61 |
-
Let's say you've followed the nanochat repo and used it to train a model.
|
| 62 |
|
| 63 |
1. download any `nanochat` checkpoint from the hub. Here we use Karpathy's but this could be yours:
|
| 64 |
|
|
|
|
| 58 |
|
| 59 |
### Inference on your trained nanochat weights
|
| 60 |
|
| 61 |
+
Let's say you've followed the nanochat repo and used it to train a model. Then you can add transformer compatibility to your model and use it in other libraries.
|
| 62 |
|
| 63 |
1. download any `nanochat` checkpoint from the hub. Here we use Karpathy's but this could be yours:
|
| 64 |
|