26 lines
865 B
Markdown
26 lines
865 B
Markdown
|
---
|
|||
|
<!-- 该部分为参数配置部分 -->
|
|||
|
|
|||
|
---
|
|||
|
<!-- 公共内容部分 -->
|
|||
|
|
|||
|
## 模型加载和推理
|
|||
|
更多关于模型加载和推理的问题参考[模型的推理Pipeline](https://modelscope.cn/docs/%E6%A8%A1%E5%9E%8B%E7%9A%84%E6%8E%A8%E7%90%86Pipeline)。
|
|||
|
|
|||
|
未指定task,请从“模型介绍”中获取使用说明和代码范例。
|
|||
|
|
|||
|
更多使用说明请参阅[ModelScope文档中心](http://www.modelscope.cn/#/docs)。
|
|||
|
|
|||
|
---
|
|||
|
<!-- 在线使用独有内容部分 -->
|
|||
|
|
|||
|
---
|
|||
|
<!-- 本地使用独有内容部分 -->
|
|||
|
## 下载并安装ModelScope library
|
|||
|
更多关于下载安装ModelScope library的问题参考[环境安装](https://modelscope.cn/docs/%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85)。
|
|||
|
|
|||
|
```python
|
|||
|
pip install "modelscope[audio,cv,nlp,multi-modal,science]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
|
|||
|
pip install langchain
|
|||
|
```
|