Spaces:
Sleeping
Sleeping
Update modeling_upcycling_qwen2_moe.py
Browse files
modeling_upcycling_qwen2_moe.py
CHANGED
@@ -45,7 +45,7 @@ from transformers.utils import (
|
|
45 |
logging,
|
46 |
replace_return_docstrings,
|
47 |
)
|
48 |
-
from .configuration_upcycling_qwen2_moe import UpcyclingQwen2MoeConfig
|
49 |
from transformers import AutoModelForCausalLM,AutoConfig,AutoModel
|
50 |
|
51 |
|
|
|
45 |
logging,
|
46 |
replace_return_docstrings,
|
47 |
)
|
48 |
+
from transformers_modules.FreedomIntelligence.Apollo-MoE-7B.fdfe57b4c6087b0ec4f6d16fdb6aad6f9ce6fbd7.configuration_upcycling_qwen2_moe import UpcyclingQwen2MoeConfig
|
49 |
from transformers import AutoModelForCausalLM,AutoConfig,AutoModel
|
50 |
|
51 |
|