-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/1.1
* main: fix internlm-20b-chat model_id (#88) Add internlm agent (#86) add mm_notebook (#85) Replace with loralib and add unload lora interface (#83) Add sphinx doc builder (#77) add notebook (#81) update feat: merge lora (#82) fix unpatch_lora (#80) Fix bug: LoRA not work with diffusers>0.20.0 (#73) update readme (#76) Feat 0919 (#78) fix bug: internlm-20b (#75) Fix bug 0917 (#74) update publish workflow bump version to 1.1.0
- Loading branch information
Showing
108 changed files
with
2,750 additions
and
1,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pip install -r requirements/docs.txt | ||
cd docs | ||
rm -rf build | ||
|
||
# update api rst | ||
#rm -rf source/api/ | ||
#sphinx-apidoc --module-first -o source/api/ ../modelscope/ | ||
make html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ replace.sh | |
result.png | ||
result.jpg | ||
result.mp4 | ||
runs/ | ||
output/ | ||
*.out | ||
|
||
# Pytorch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.