Commit 301bc28
authored
import triton files when triton is supported and installed (#6989)
Those files have code that gets run when importing them, so in systems
that doesn't support triton but have triton installed this causes
issues.
In general, I think it is better to import triton when it is installed
and supported.
Signed-off-by: Omar Elayan <oelayan@habana.ai>1 parent f04649d commit 301bc28
File tree
1 file changed
+1
-1
lines changed- deepspeed/model_implementations/transformers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments