1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-05-02 13:45:36 +00:00

[test] fixed the triton version for testing ()

This commit is contained in:
Frank Lee 2023-02-07 13:49:38 +08:00 committed by GitHub
parent aa7e9e4794
commit 8518263b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions
.github/workflows
colossalai/amp/apex_amp
requirements

View File

@ -52,6 +52,7 @@ jobs:
**/*.h
**/*.cpp
**/*.cu
**/*.txt
- name: List changed files
run: |

View File

@ -2,6 +2,7 @@
# -*- encoding: utf-8 -*-
import torch.nn as nn
try:
import apex.amp as apex_amp
except ImportError:

View File

@ -9,5 +9,5 @@ torchaudio
torchrec==0.2.0
contexttimer
einops
triton==2.0.0.dev20221011
triton==2.0.0.dev20221202
git+https://github.com/HazyResearch/flash-attention.git@c422fee3776eb3ea24e011ef641fd5fbeb212623#egg=flash_attn