Charlie81 commited on
Commit
518168c
·
1 Parent(s): dce42d4

all thing

Browse files
Files changed (1) hide show
  1. myolmoe/modeling_myolmoe.py +2 -0
myolmoe/modeling_myolmoe.py CHANGED
@@ -955,3 +955,5 @@ class MyOlmoeForCausalLM(OlmoePreTrainedModel, GenerationMixin):
955
  attentions=outputs.attentions,
956
  router_logits=outputs.router_logits,
957
  )
 
 
 
955
  attentions=outputs.attentions,
956
  router_logits=outputs.router_logits,
957
  )
958
+
959
+ __all__ = ["MyOlmoeForCausalLM", "OlmoeModel", "OlmoePreTrainedModel"]