Skip to content

Commit

Permalink
fix: format model file
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Oct 28, 2024
1 parent 65558b3 commit 6208d10
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
from transformers.activations import ACT2FN
import torch.nn.functional as F

from text_generation_server.layers.layernorm import (
FastLayerNorm,
FastRMSNorm
)
from text_generation_server.layers.layernorm import FastLayerNorm, FastRMSNorm
from text_generation_server.layers import (
TensorParallelColumnLinear,
TensorParallelRowLinear,
Expand Down

0 comments on commit 6208d10

Please sign in to comment.