mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-03 14:08:11 +00:00
[test] fixed the triton version for testing (#2608)
This commit is contained in:
parent
aa7e9e4794
commit
8518263b80
1
.github/workflows/build_on_pr.yml
vendored
1
.github/workflows/build_on_pr.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
|||||||
**/*.h
|
**/*.h
|
||||||
**/*.cpp
|
**/*.cpp
|
||||||
**/*.cu
|
**/*.cu
|
||||||
|
**/*.txt
|
||||||
|
|
||||||
- name: List changed files
|
- name: List changed files
|
||||||
run: |
|
run: |
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import apex.amp as apex_amp
|
import apex.amp as apex_amp
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
@ -9,5 +9,5 @@ torchaudio
|
|||||||
torchrec==0.2.0
|
torchrec==0.2.0
|
||||||
contexttimer
|
contexttimer
|
||||||
einops
|
einops
|
||||||
triton==2.0.0.dev20221011
|
triton==2.0.0.dev20221202
|
||||||
git+https://github.com/HazyResearch/flash-attention.git@c422fee3776eb3ea24e011ef641fd5fbeb212623#egg=flash_attn
|
git+https://github.com/HazyResearch/flash-attention.git@c422fee3776eb3ea24e011ef641fd5fbeb212623#egg=flash_attn
|
||||||
|
Loading…
Reference in New Issue
Block a user