[Code sync] Fix registration of some ops in grok & Fix oss sync scripts (#13990)

Co-authored-by: Stefan He <hebiaobuaa@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-11-26 13:11:52 -08:00
committed by GitHub
parent b6312e62ea
commit 0a186924ba
7 changed files with 79 additions and 30 deletions

View File

@@ -44,12 +44,15 @@ folder_names = [
"docs",
"examples",
"python/sglang/lang",
"python/sglang/jit_kernel",
"python/sglang/srt",
"python/sglang/test",
"python/sglang/utils.py",
"python/sglang/README.md",
"sgl-kernel",
"test/lang",
"test/manual",
"test/nightly",
"test/registered",
"test/srt",
"test/README.md",
"README.md",

View File

@@ -44,12 +44,15 @@ folder_names = [
"docs",
"examples",
"python/sglang/lang",
"python/sglang/jit_kernel",
"python/sglang/srt",
"python/sglang/test",
"python/sglang/utils.py",
"python/sglang/README.md",
"sgl-kernel",
"test/lang",
"test/manual",
"test/nightly",
"test/registered",
"test/srt",
"test/README.md",
"README.md",