Commit d9ea5ab5 authored by weishb's avatar weishb
Browse files

去掉clone操作

parent 219c3520
...@@ -13,9 +13,7 @@ TRELLIS.2是一款最先进的大型3D生成模型(40亿参数),专为高 ...@@ -13,9 +13,7 @@ TRELLIS.2是一款最先进的大型3D生成模型(40亿参数),专为高
| Python | 3.10 | | Python | 3.10 |
| Transformers | 4.56.0 | | Transformers | 4.56.0 |
推荐使用镜像: **推荐使用镜像:** harbor.sourcefind.cn:5443/dcu/admin/base/custom:ubuntu22.04-dtk26.04-py3.10-20260526-trellis2
harbor.sourcefind.cn:5443/dcu/admin/base/custom:ubuntu22.04-dtk26.04-py3.10-20260526-trellis2
- 挂载地址`-v` 根据实际模型情况修改 - 挂载地址`-v` 根据实际模型情况修改
```bash ```bash
...@@ -39,11 +37,6 @@ docker run -it \ ...@@ -39,11 +37,6 @@ docker run -it \
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装
其它包安装:
```bash
git clone https://developer.sourcefind.cn/codes/modelzoo/trellis.2.git
```
## 预训练权重 ## 预训练权重
**请根据`支持的DCU型号`选择对应模型下载,FP8模型仅在BW1100/BW1101上支持,其他型号请勿使用!** **请根据`支持的DCU型号`选择对应模型下载,FP8模型仅在BW1100/BW1101上支持,其他型号请勿使用!**
...@@ -63,7 +56,7 @@ git clone https://developer.sourcefind.cn/codes/modelzoo/trellis.2.git ...@@ -63,7 +56,7 @@ git clone https://developer.sourcefind.cn/codes/modelzoo/trellis.2.git
## 推理 ## 推理
### Torch ### Pytorch
#### 单机推理 #### 单机推理
**使用离线模型需要进行环境变量配置,如果网络条件允许在线拉取模型,可以忽略环境变量设置** **使用离线模型需要进行环境变量配置,如果网络条件允许在线拉取模型,可以忽略环境变量设置**
```bash ```bash
...@@ -85,13 +78,8 @@ python app.py ...@@ -85,13 +78,8 @@ python app.py
DCU与GPU精度一致,推理框架:pytorch DCU与GPU精度一致,推理框架:pytorch
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
- [TRELLIS.2](https://developer.sourcefind.cn/codes/modelzoo/trellis.2) - https://developer.sourcefind.cn/codes/modelzoo/trellis.2
## 参考资料 ## 参考资料
- https://github.com/microsoft/TRELLIS.2 - https://github.com/microsoft/TRELLIS.2
- https://microsoft.github.io/TRELLIS.2/?utm_source=chatgpt.com - https://microsoft.github.io/TRELLIS.2/?utm_source=chatgpt.com
\ No newline at end of file
- ......
其他说明:
关于model.properties(必要)、LICENSE(必要)、CONTRIBUTORS、模型图标(必要)等其它信息提供参照:[`ModelZooStd.md`](./ModelZooStd.md)
各个模型需要保留原项目README.md,改名为README_origin.md即可。
\ No newline at end of file
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