Enable Cohere2 Models (#3018)
This commit is contained in:
@@ -386,4 +386,8 @@ class CohereForCausalLM(nn.Module):
|
|||||||
loaded_params.add(name)
|
loaded_params.add(name)
|
||||||
|
|
||||||
|
|
||||||
EntryClass = CohereForCausalLM
|
class Cohere2ForCausalLM(CohereForCausalLM):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
EntryClass = [CohereForCausalLM, Cohere2ForCausalLM]
|
||||||
|
|||||||
Reference in New Issue
Block a user