Skip to content

Commit

Permalink
convert : fix flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
compilade committed Nov 4, 2024
1 parent 8d8f065 commit b4e9c59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert_hf_to_gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3088,7 +3088,6 @@ def reshape_tensors(self, data_torch: Tensor, new_name: str, bid: int | None) ->
return data_torch.squeeze()



@Model.register("CohereForCausalLM")
class CommandR2Model(Model):
model_arch = gguf.MODEL_ARCH.COMMAND_R
Expand Down

0 comments on commit b4e9c59

Please sign in to comment.