mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
remove import
This commit is contained in:
parent
a24c2cc5e9
commit
346dfe398a
@ -19,8 +19,6 @@ from text_generation_server.layers.lora import (
|
||||
TensorParallelAdapterRowLinear,
|
||||
)
|
||||
|
||||
from text_generation_server.layers.moe.fused_moe_rocm import grouped_topk
|
||||
|
||||
__all__ = [
|
||||
"get_linear",
|
||||
"FastLinear",
|
||||
@ -33,5 +31,4 @@ __all__ = [
|
||||
"TensorParallelAdapterRowLinear",
|
||||
"load_layer_norm",
|
||||
"load_conv2d",
|
||||
"grouped_topk",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user