tastelikefeet commited on
Commit
88af7a3
·
verified ·
1 Parent(s): 9cbdb8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Tens of thousands of models are made publicly available on [ModelScope]( https:/
28
 
29
  ModelScope has open-sourced numerous libraries available for deep learning, here lists some of them:
30
 
31
- 1. [The main modelscope library](https://github.com/modelscope/modelscope): The main repo of ModelScope, with the abilities of model inference, model training and model structures.
32
  2. [The SWIFT library](https://github.com/modelscope/ms-swift): The LLM&MLLM training repo of ModelScope, developers can use this repo to train 500+ LLMs and MLLMs, covering the training stage of PT, SFT, RLFT, RLVR(GRPO).
33
  3. [The DiffSynth library](https://github.com/modelscope/DiffSynth-Studio?tab=readme-ov-file): The SD training repo of ModelScope, developers can train and infer SD models with this repo.
34
  4. [ModelScope-Agent](https://github.com/modelscope/modelscope-agent): A single agent framework with basic capatilities of code interpeter, RAG and tool calling.
 
28
 
29
  ModelScope has open-sourced numerous libraries available for deep learning, here lists some of them:
30
 
31
+ 1. [The main modelscope library](https://github.com/modelscope/modelscope): The main repo of ModelScope, with the capatilities of model inference, model training and model structures.
32
  2. [The SWIFT library](https://github.com/modelscope/ms-swift): The LLM&MLLM training repo of ModelScope, developers can use this repo to train 500+ LLMs and MLLMs, covering the training stage of PT, SFT, RLFT, RLVR(GRPO).
33
  3. [The DiffSynth library](https://github.com/modelscope/DiffSynth-Studio?tab=readme-ov-file): The SD training repo of ModelScope, developers can train and infer SD models with this repo.
34
  4. [ModelScope-Agent](https://github.com/modelscope/modelscope-agent): A single agent framework with basic capatilities of code interpeter, RAG and tool calling.