Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xuwx1
LightX2V
Commits
e120838b
Commit
e120838b
authored
Sep 15, 2025
by
Yang Yong(雍洋)
Committed by
GitHub
Sep 15, 2025
Browse files
set SENSITIVE_LAYER_DTYPE=None in base.sh (#306)
parent
a40ffb3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/base/base.sh
scripts/base/base.sh
+1
-1
No files found.
scripts/base/base.sh
View file @
e120838b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment