Skip to content

Commit

Permalink
Some module renames
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 8, 2024
1 parent ff9868b commit fc229c5
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from pydantic import ValidationError
from torch import nn

from text_generation_server.layers.compressed_tensors.w8an_fp8 import W8ANFpLoader
from text_generation_server.layers.compressed_tensors.wna16 import WNA16Loader
from text_generation_server.layers.compressed_tensors.w8an_fp import W8ANFpLoader
from text_generation_server.layers.compressed_tensors.wna16_int import WNA16Loader
from text_generation_server.utils.log import log_once
from text_generation_server.utils.weights import (
DefaultWeightsLoader,
Expand Down

0 comments on commit fc229c5

Please sign in to comment.