mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
fix
This commit is contained in:
parent
f4dbd88151
commit
bb9c895400
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -152,8 +152,10 @@ jobs:
|
|||
nvcc --version
|
||||
g++ --version
|
||||
|
||||
- name: Get CUDNN
|
||||
run: git clone https://github.com/NVIDIA/cudnn-frontend.git
|
||||
- name: Install cudnn frontend
|
||||
run: |
|
||||
apt-get update && apt-get install -y git
|
||||
git clone https://github.com/NVIDIA/cudnn-frontend.git
|
||||
|
||||
- name: Build FP32 checkpoint
|
||||
run: make train_gpt2fp32cu test_gpt2fp32cu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue