mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-09 13:00:52 +00:00
[NFC] fix typo with colossalai/auto_parallel/tensor_shard (#3742)
* fix typo applications/ and colossalai/ date 5.11 * fix typo colossalai/
This commit is contained in:
@@ -33,7 +33,7 @@ def run_on_environment_flag(name: str):
|
||||
assert isinstance(name, str)
|
||||
flag = os.environ.get(name.upper(), '0')
|
||||
|
||||
reason = f'Environment varialbe {name} is {flag}'
|
||||
reason = f'Environment variable {name} is {flag}'
|
||||
if flag == '1':
|
||||
return pytest.mark.skipif(False, reason=reason)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user