LaVy
Pioneering in Vietnamese Multimodal Large Language Model
File Explorer
Download Latest Version (.zip)- eval_benchmark_vi.py
- eval_llava.py
- test_benchmark.sh
- test_llava.sh
- 006.jpg
- __init__.cpython-310.pyc
- constants.cpython-310.pyc
- conversation.cpython-310.pyc
- mm_utils.cpython-310.pyc
- utils.cpython-310.pyc
- run_llava.py
- __init__.cpython-310.pyc
- builder.cpython-310.pyc
- llava_arch.cpython-310.pyc
- llava_llama.cpython-310.pyc
- llava_mistral.cpython-310.pyc
- llava_mpt.cpython-310.pyc
- llava_llama.py
- llava_mistral.py
- llava_mpt.py
- builder.cpython-310.pyc
- clip_encoder.cpython-310.pyc
- builder.py
- clip_encoder.py
- builder.cpython-310.pyc
- builder.py
- __init__.py
- apply_delta.py
- builder.py
- consolidate.py
- llava_arch.py
- make_delta.py
- utils.py
- extreme_ironing.jpg
- waterview.jpg
- __init__.py
- cli.py
- controller.py
- gradio_web_server.py
- model_worker.py
- register_worker.py
- sglang_worker.py
- test_message.py
- llama_flash_attn_monkey_patch.py
- llama_xformers_attn_monkey_patch.py
- llava_trainer.py
- train.py
- train_mem.py
- train_xformers.py
- __init__.py
- constants.py
- conversation.py
- mm_utils.py
- utils.py
- finetune.sh
- pretrain.sh
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/baochi0212/LaVy
Downloads the entire project code from GitHub to your computer.
cd LaVy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
python3 -m pip install flash-attn --no-build-isolation
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)
