This commit is contained in:
zhousha
2025-12-05 11:01:32 +08:00
parent c977d42ab2
commit 473ce997ed
3 changed files with 32 additions and 1 deletions

11
enginex/UI-TARS-1.5-7B.md Normal file
View File

@@ -0,0 +1,11 @@
# 运行方式
```python
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10
docker run --shm-size 500g --network=host --name=uitars --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it bash
pip install transformers==4.49.0
pip install opencv-python
```