Update app/src/content/chapters/inference.mdx
#2
by
sergiopaniego
HF Staff
- opened
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 |
|