mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-31 15:25:21 +00:00
Update modelscope link in README.md
add modelscope link
This commit is contained in:
parent
6a21f96a87
commit
3043d5d676
@ -122,7 +122,7 @@ pred = model.generate(**inputs,
|
||||
print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True)[len(input):])
|
||||
```
|
||||
|
||||
You can also download model weights from [🤗HuggingFace](https://huggingface.co/hpcai-tech/Colossal-LLaMA-2-7b-base).
|
||||
You can also download model weights from [🤗HuggingFace](https://huggingface.co/hpcai-tech/Colossal-LLaMA-2-7b-base) or [👾Modelscope](https://modelscope.cn/models/colossalai/Colossal-LLaMA-2-7b-base/summary).
|
||||
|
||||
## Usage
|
||||
### Install
|
||||
|
Loading…
Reference in New Issue
Block a user