Clean up the comments and names under python/sglang/srt/layers (#1047)

This commit is contained in:
Lianmin Zheng
2024-08-11 22:54:37 -07:00
committed by GitHub
parent fb7421db0d
commit fb1f28cbbb
9 changed files with 26 additions and 1633 deletions

View File

@@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
"""Fused operators for normalization layers."""
from typing import Optional, Tuple, Union
import torch