Skip to content

Commit

Permalink
Adds Copyright SGLang team
Browse files Browse the repository at this point in the history
  • Loading branch information
kiya00 committed Feb 11, 2025
1 parent cac3acf commit 72579f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thunder/benchmarks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,9 @@ def fn(self) -> Callable:


class DeepSeekSGLangMoEBenchmark(Benchmark, metaclass=UserFacingBenchmarkMeta):
# Taken from
# Copyright 2024 SGLang Team
# Licensed under the Apache License, Version 2.0 (see linked file for details)
# Adapted from
# https://github.com/sgl-project/sglang/blob/de5533341ee3c1b7667b1eb1f209b6825335d136/python/sglang/srt/layers/moe/topk.py#L23
@staticmethod
def fused_topk_native(
Expand Down

0 comments on commit 72579f9

Please sign in to comment.