Document supported models (#127)

This commit is contained in:
Woosuk Kwon
2023-06-02 22:35:17 -07:00
committed by GitHub
parent 0eda2e0953
commit 62ec38ea41
5 changed files with 58 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ make html
## Open the docs with your brower
```bash
cd build/html
python -m http.server
python -m http.server -d build/html/
```
Launch your browser and open localhost:8000.