fix: lint
This commit is contained in:
parent
59a08be755
commit
bfa0286866
1 changed files with 2 additions and 2 deletions
|
@ -3793,7 +3793,7 @@ class ExaoneModel(Model):
|
|||
def set_gguf_parameters(self):
|
||||
hparams = self.hparams
|
||||
|
||||
assert(hparams["activation_function"] == "silu")
|
||||
assert (hparams["activation_function"] == "silu")
|
||||
|
||||
max_position_embeddings = hparams["max_position_embeddings"]
|
||||
embed_dim = hparams["hidden_size"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue