Skip to content

Commit 445e103

Browse files
committed
show 3x speedup with torch.compile
1 parent 7f3ed78 commit 445e103

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/pt2/torch_compile/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo "handler:" > model-config.yaml && \
6464
echo " profile: true" >> model-config.yaml
6565
```
6666

67-
Once the `yaml` file is updated, create the model-archieve, start TorchServe and run inference using the steps shown above.
67+
Once the `yaml` file is updated, create the model-archive, start TorchServe and run inference using the steps shown above.
6868
After a few iterations of warmup, we see the following
6969

7070
```

ts_scripts/spellcheck_conf/wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1175,3 +1175,4 @@ BabyLlamaHandler
11751175
CMakeLists
11761176
TorchScriptHandler
11771177
libllamacpp
1178+
warmup

0 commit comments

Comments
 (0)