Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
mht-sharma committed Sep 27, 2024
1 parent a24c2cc commit 346dfe3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/text_generation_server/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
TensorParallelAdapterRowLinear,
)

from text_generation_server.layers.moe.fused_moe_rocm import grouped_topk

__all__ = [
"get_linear",
"FastLinear",
Expand All @@ -33,5 +31,4 @@
"TensorParallelAdapterRowLinear",
"load_layer_norm",
"load_conv2d",
"grouped_topk",
]

0 comments on commit 346dfe3

Please sign in to comment.