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/adapters/__init__.py
moe_peft/adapters/loramoe/__init__.py
moe_peft/adapters/loramoe/config.py
moe_peft/adapters/loramoe/model.py
moe_peft/adapters/mixlora/__init__.py
moe_peft/adapters/mixlora/config.py
moe_peft/adapters/mixlora/model.py
moe_peft/adapters/mola/__init__.py
moe_peft/adapters/mola/config.py
moe_peft/adapters/mola/model.py
moe_peft/common/__init__.py
moe_peft/common/abstracts.py
moe_peft/common/attention.py
moe_peft/common/cache.py
moe_peft/common/checkpoint.py
moe_peft/common/config.py
moe_peft/common/feed_forward.py
moe_peft/common/lora_linear.py
moe_peft/common/moe_utils.py
moe_peft/common/rope.py
moe_peft/executors/__init__.py
moe_peft/executors/common.py
moe_peft/executors/cpu.py
moe_peft/executors/cuda.py
moe_peft/executors/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/tasks/__init__.py
moe_peft/tasks/common.py
moe_peft/tasks/glue_tasks.py
moe_peft/tasks/qa_tasks.py
tests/test_demo.py