Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b7af6b9

Browse files
authored
Update README.md
somebody pushed all the model exports into exportedModels, but... we never create the directory. we should do that also do this in the user instructions, just because storing into a directory that doesn't exist is not good :)
1 parent 35dbb95 commit b7af6b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ cd torchchat
9090
python3 -m venv .venv
9191
source .venv/bin/activate
9292
./install/install_requirements.sh
93+
mkdir exportedModels
9394
```
9495
[skip default]: end
9596

96-
[shell default]: ./install/install_requirements.sh
97+
[shell default]: mkdir exportedModels; ./install/install_requirements.sh
9798

9899
## Commands
99100

0 commit comments

Comments
 (0)