Commit aecee765 authored by chenych's avatar chenych
Browse files

Modify README”

parent a8dfa799
......@@ -23,6 +23,7 @@ Llama在长文本能力上也取得了突破,具有超大的上下文窗口长
### Docker(方法一)
```bash
dcoker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10
docker run -it --shm-size 200g --network=host --name {docker_name} --privileged --device=/dev/kfd --device=/dev/dri --device=/dev/mkfd --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro {imageID} bash
cd /your_code_path/llama4_pytorch
......@@ -107,7 +108,7 @@ python infer_transformers.py --model_id /path_of/model_id
- [Llama-4-Maverick-17B-128E-Instruct](https://huggingface.co/meta-llama/Llama-4-Maverick-17B-128E-Instruct)
## 源码仓库及问题反馈
- https://developer.hpccube.com/codes/modelzoo/llama4_pytorch
- https://developer.sourcefind.cn/codes/modelzoo/llama4_pytorch
## 参考资料
- https://github.com/meta-llama/llama-models/tree/main/models/llama4
......
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