Add many missing spaces in adjacent strings (#26751)
Add missing spaces in adjacent strings
This commit is contained in:
@@ -112,8 +112,8 @@ if __name__ == "__main__":
|
||||
type=float,
|
||||
required=False,
|
||||
help=(
|
||||
"For `magnitude` and `topK`, it is the level of remaining weights (in %) in the fine-pruned model."
|
||||
"For `sigmoied_threshold`, it is the threshold \tau against which the (sigmoied) scores are compared."
|
||||
"For `magnitude` and `topK`, it is the level of remaining weights (in %) in the fine-pruned model. "
|
||||
"For `sigmoied_threshold`, it is the threshold \tau against which the (sigmoied) scores are compared. "
|
||||
"Not needed for `l0`"
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user