mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-28 21:42:06 +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,
|
TensorParallelAdapterRowLinear,
|
||||||
)
|
)
|
||||||
|
|
||||||
from text_generation_server.layers.moe.fused_moe_rocm import grouped_topk
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"get_linear",
|
"get_linear",
|
||||||
"FastLinear",
|
"FastLinear",
|
||||||
@ -33,5 +31,4 @@ __all__ = [
|
|||||||
"TensorParallelAdapterRowLinear",
|
"TensorParallelAdapterRowLinear",
|
||||||
"load_layer_norm",
|
"load_layer_norm",
|
||||||
"load_conv2d",
|
"load_conv2d",
|
||||||
"grouped_topk",
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user