[minor] Remove deprecated function get_ip (#10883)

This commit is contained in:
Lianmin Zheng
2025-09-25 16:18:04 -07:00
committed by GitHub
parent 0035f1cefa
commit 35ec2a45a8
3 changed files with 9 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ from functools import lru_cache
from typing import Optional, Union
import torch
import torch.nn as nn
try:
from sgl_kernel import flash_ops