"examples/vscode:/vscode.git/clone" did not exist on "d544ed434505fdc385836c2a06d205e95094c60c"
Commit 3043d5d6 authored by Camille Zhong's avatar Camille Zhong Committed by Zian(Andy) Zheng
Browse files

Update modelscope link in README.md

add modelscope link
parent 6a21f96a
...@@ -122,7 +122,7 @@ pred = model.generate(**inputs, ...@@ -122,7 +122,7 @@ pred = model.generate(**inputs,
print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True)[len(input):]) 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 ## Usage
### Install ### Install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment