Unverified Commit 9b0c0370 authored by Ryan Russell's avatar Ryan Russell Committed by GitHub
Browse files

fix typo in constants (#1027)

parent 007ca0df
......@@ -4,7 +4,7 @@
ALLOWED_MODES = [None, '1d', '2d', '2.5d', '3d', 'sequence']
TENSOR_PARALLEL_MODE = 'tensor_parallel_mode'
# intializer
# initializer
INITIALIZER_MAPPING = {
'data': 'Initializer_Data',
'tensor': 'Initializer_Tensor',
......
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