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
LLama_fastertransformer
Commits
a8145268
Commit
a8145268
authored
Aug 21, 2023
by
zhuwenwen
Browse files
update readme
parent
0211193c
Changes
1
Show 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 @
a8145268
...
@@ -24,6 +24,7 @@ SwiGLU 激活函数 [PaLM]。使用 SwiGLU 激活函数替换 ReLU 非线性以
...
@@ -24,6 +24,7 @@ SwiGLU 激活函数 [PaLM]。使用 SwiGLU 激活函数替换 ReLU 非线性以
### 编译
### 编译
```
```
source /opt/dtk23.04/env.sh
mkdir build
mkdir build
cd build
cd build
cmake -DSM=70 -DCMAKE_BUILD_TYPE=Release -DBUILD_MULTI_GPU=ON -DCMAKE_CXX_COMPILER=nvcc ..
cmake -DSM=70 -DCMAKE_BUILD_TYPE=Release -DBUILD_MULTI_GPU=ON -DCMAKE_CXX_COMPILER=nvcc ..
...
@@ -116,4 +117,4 @@ vocab_size=vocab_size
...
@@ -116,4 +117,4 @@ vocab_size=vocab_size
*
https://developer.hpccube.com/codes/modelzoo/llama_ft
*
https://developer.hpccube.com/codes/modelzoo/llama_ft
## 参考
## 参考
*
[
https://github.com/NVIDIA/FasterTransformer/
](
https://github.com/NVIDIA/FasterTransformer/
)
*
[
https://github.com/NVIDIA/FasterTransformer
](
https://github.com/NVIDIA/FasterTransformer
)
\ No newline at end of file
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