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

@@ -11,6 +11,8 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
"""Fused operators for activation layers."""
import torch
import torch.nn as nn
import torch.nn.functional as F