[Hotfix] README link (#5966)

* update ignore

* update readme

* run style

* update readme
This commit is contained in:
Tong Li
2024-08-08 18:04:47 +08:00
committed by GitHub
parent 9179d4088e
commit ad3fa4f49c
3 changed files with 3 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ examples/training_scripts/wandb
examples/training_scripts/output
examples/awesome-chatgpt-prompts/
examples/inference/round.txt
temp/
# ColossalChat

View File

@@ -121,7 +121,7 @@ cd $COLOSSAL_AI_ROOT
BUILD_EXT=1 pip install .
# Install ColossalChat
cd $COLOSSAL_AI_ROOT/applications/Chat
cd $COLOSSAL_AI_ROOT/applications/ColossalChat
pip install .
```