Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Llama4_pytorch
Commits
aecee765
Commit
aecee765
authored
Apr 14, 2025
by
chenych
Browse files
Modify README”
parent
a8dfa799
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
aecee765
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment