LICENSE
README.md
pyproject.toml
moe_peft/__init__.py
moe_peft/dispatcher.py
moe_peft/evaluator.py
moe_peft/generator.py
moe_peft/model.py
moe_peft/prompter.py
moe_peft/tokenizer.py
moe_peft/trainer.py
moe_peft/utils.py
moe_peft.egg-info/PKG-INFO
moe_peft.egg-info/SOURCES.txt
moe_peft.egg-info/dependency_links.txt
moe_peft.egg-info/requires.txt
moe_peft.egg-info/top_level.txt
moe_peft/backends/__init__.py
moe_peft/backends/common.py
moe_peft/backends/cpu.py
moe_peft/backends/cuda.py
moe_peft/backends/mps.py
moe_peft/models/__init__.py
moe_peft/models/modeling_chatglm.py
moe_peft/models/modeling_gemma.py
moe_peft/models/modeling_gemma2.py
moe_peft/models/modeling_llama.py
moe_peft/models/modeling_mistral.py
moe_peft/models/modeling_phi.py
moe_peft/models/modeling_phi3.py
moe_peft/modules/__init__.py
moe_peft/modules/abstracts.py
moe_peft/modules/attention.py
moe_peft/modules/cache.py
moe_peft/modules/checkpoint.py
moe_peft/modules/config.py
moe_peft/modules/feed_forward.py
moe_peft/modules/lora_linear.py
moe_peft/modules/lora_moes.py
moe_peft/modules/mix_lora.py
moe_peft/modules/rope.py
moe_peft/tasks/__init__.py
moe_peft/tasks/common.py
moe_peft/tasks/glue_tasks.py
moe_peft/tasks/qa_tasks.py
tests/test_demo.py