MobileVLM
Strong and Open Vision Language Assistant for Mobile Devices
File Explorer
Download Latest Version (.zip)- demo.jpg
- mobilevlm_arch.png
- mobilevlm_v2_arch.png
- READMEv1.md
- MobileLLaMA_SFT.md
- sft_MobileLLaMA-1.4B-Base.sh
- sft_MobileLLaMA-2.7B-Base.sh
- m4c_evaluator.py
- model_vqa_loader.py
- model_vqa_mmbench.py
- model_vqa_science.py
- mobilellama.py
- mobilevlm.py
- vision_encoder.py
- vision_projector.py
- llama_flash_attn.py
- train.py
- train_mem.py
- trainer.py
- constants.py
- conversation.py
- utils.py
- gqa.sh
- mmbench.sh
- mme.sh
- pope.sh
- sqa.sh
- textvqa.sh
- zero2.json
- zero3.json
- benchmark.sh
- inference.py
- mergelora.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- run.sh
- run_v1.sh
# Installation Guide
1. Get the code
git clone https://github.com/Meituan-AutoML/MobileVLM
Downloads the entire project code from GitHub to your computer.
cd MobileVLM
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install --upgrade pip
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install --upgrade pip
Installs the package published on PyPI directly โ no need to clone the source.
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
