mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 21:40:02 +00:00
adapted for sequence parallel (#163)
This commit is contained in:
@@ -6,7 +6,7 @@ JIT_OPTIONS_SET = False
|
||||
def set_jit_fusion_options():
|
||||
"""Set PyTorch JIT layer fusion options.
|
||||
"""
|
||||
# LSG: the latest pytorch and CUDA versions may not support
|
||||
# LSG: the latest pytorch and CUDA versions may not support
|
||||
# the following jit settings
|
||||
global JIT_OPTIONS_SET
|
||||
if JIT_OPTIONS_SET == False:
|
||||
|
Reference in New Issue
Block a user