Unverified Commit 8518263b authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[test] fixed the triton version for testing (#2608)

parent aa7e9e47
......@@ -52,6 +52,7 @@ jobs:
**/*.h
**/*.cpp
**/*.cu
**/*.txt
- name: List changed files
run: |
......
......@@ -2,6 +2,7 @@
# -*- encoding: utf-8 -*-
import torch.nn as nn
try:
import apex.amp as apex_amp
except ImportError:
......
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment