Revert "Fix DeepSeek V32 FP4 test" (#21003)
This commit is contained in:
@@ -865,7 +865,6 @@ def popen_launch_server(
|
||||
Started subprocess.Popen object
|
||||
"""
|
||||
other_args = other_args or []
|
||||
offline_force_disabled = env.get("HF_HUB_OFFLINE") == "0"
|
||||
|
||||
# Auto-detect device if needed
|
||||
if device == "auto":
|
||||
@@ -886,7 +885,7 @@ def popen_launch_server(
|
||||
try:
|
||||
from sglang.utils import is_in_ci
|
||||
|
||||
if is_in_ci() and not offline_force_disabled:
|
||||
if is_in_ci():
|
||||
per_run_marker_path = _try_enable_offline_mode_if_cache_complete(
|
||||
model, env, other_args
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user