Revert "Fix DeepSeek V32 FP4 test" (#21003)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import os
|
||||
import unittest
|
||||
from types import SimpleNamespace
|
||||
|
||||
@@ -47,10 +46,6 @@ class TestDeepseekV32FP4DP(CustomTestCase):
|
||||
cls.base_url,
|
||||
timeout=SERVER_LAUNCH_TIMEOUT,
|
||||
other_args=other_args,
|
||||
env={
|
||||
**os.environ,
|
||||
"HF_HUB_OFFLINE": "0",
|
||||
},
|
||||
)
|
||||
|
||||
@classmethod
|
||||
@@ -118,10 +113,6 @@ class TestDeepseekV32FP4TP(CustomTestCase):
|
||||
cls.base_url,
|
||||
timeout=SERVER_LAUNCH_TIMEOUT,
|
||||
other_args=other_args,
|
||||
env={
|
||||
**os.environ,
|
||||
"HF_HUB_OFFLINE": "0",
|
||||
},
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import os
|
||||
import unittest
|
||||
from types import SimpleNamespace
|
||||
|
||||
@@ -61,10 +60,6 @@ class TestDeepseekV32FP4DPSpecV2(CustomTestCase):
|
||||
cls.base_url,
|
||||
timeout=SERVER_LAUNCH_TIMEOUT,
|
||||
other_args=other_args,
|
||||
env={
|
||||
**os.environ,
|
||||
"HF_HUB_OFFLINE": "0",
|
||||
},
|
||||
)
|
||||
|
||||
@classmethod
|
||||
@@ -155,10 +150,6 @@ class TestDeepseekV32FP4TPSpecV2(CustomTestCase):
|
||||
cls.base_url,
|
||||
timeout=SERVER_LAUNCH_TIMEOUT,
|
||||
other_args=other_args,
|
||||
env={
|
||||
**os.environ,
|
||||
"HF_HUB_OFFLINE": "0",
|
||||
},
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user