Skip to content

Commit 867587b

Browse files
authored
[conda] fixed colossalai dependency version (#162)
* [conda] fixed colossalai dependency version * polish code
1 parent a8b25e7 commit 867587b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ dependencies:
1717
- ray==2.0.0
1818
- pyarrow
1919
- pandas
20-
- --find-links https://release.colossalai.org
21-
- colossalai==0.1.10+torch1.12cu11.3
20+
- colossalai==0.2.7
2221
- pytorch::pytorch=1.12
2322
- pytorch::torchvision
2423
- pytorch::torchaudio

0 commit comments

Comments
 (0)