[Deepseek r1] update scripts to make sure it runs with default env var #151
Annotations
10 errors
Ruff (E501):
examples/offline_inference.py#L38
examples/offline_inference.py:38:81: E501 Line too long (84 > 80)
|
Ruff (F401):
examples/test_fused_moe.py#L1
examples/test_fused_moe.py:1:40: F401 `habana_frameworks.torch.core` imported but unused
|
Ruff (E501):
examples/test_fused_moe.py#L20
examples/test_fused_moe.py:20:81: E501 Line too long (99 > 80)
|
Ruff (E501):
examples/test_fused_moe.py#L21
examples/test_fused_moe.py:21:81: E501 Line too long (94 > 80)
|
Ruff (E501):
examples/test_fused_moe.py#L32
examples/test_fused_moe.py:32:81: E501 Line too long (111 > 80)
|
Ruff (E501):
examples/test_fused_moe.py#L35
examples/test_fused_moe.py:35:81: E501 Line too long (139 > 80)
|
Ruff (E501):
examples/test_fused_moe.py#L38
examples/test_fused_moe.py:38:81: E501 Line too long (115 > 80)
|
Ruff (E501):
examples/test_fused_moe.py#L41
examples/test_fused_moe.py:41:81: E501 Line too long (83 > 80)
|
Ruff (F401):
examples/test_layer_norm.py#L1
examples/test_layer_norm.py:1:35: F401 `habana_frameworks.torch` imported but unused
|
Ruff (E402):
examples/test_layer_norm.py#L9
examples/test_layer_norm.py:9:1: E402 Module level import not at top of file
|