Commit e120838b authored by Yang Yong(雍洋)'s avatar Yang Yong(雍洋) Committed by GitHub
Browse files

set SENSITIVE_LAYER_DTYPE=None in base.sh (#306)

parent a40ffb3f
...@@ -29,7 +29,7 @@ export DTYPE=BF16 ...@@ -29,7 +29,7 @@ export DTYPE=BF16
# Used for layers requiring higher precision # Used for layers requiring higher precision
# Available options: [FP32, None] # Available options: [FP32, None]
# If not set, default value: None (follows DTYPE setting) # If not set, default value: None (follows DTYPE setting)
export SENSITIVE_LAYER_DTYPE=FP32 export SENSITIVE_LAYER_DTYPE=None
# Performance Profiling Debug Level (Debug Only) # Performance Profiling Debug Level (Debug Only)
# Enables detailed performance analysis output, such as time cost and memory usage # Enables detailed performance analysis output, such as time cost and memory usage
......
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