Views
No views yet
1git clone https://github.com/moxin-org/Moxin-VLM.git
2cd Moxin-VLM
3conda create -n moxin-vlm python=3.10 -y
4conda activate moxin-vlm
5pip install torch==2.4.1 torchvision==0.19.1
6pip install transformers==4.46.0 peft==0.15.2
7pip install -e .
8# Install Flash Attention 2
9# =>> If you run into difficulty, try `pip cache remove flash_attn` first
10pip install flash-attn==2.6.3 --no-build-isolationpython scripts/snapshot_download.pypython scripts/generate.py --model_path moxin-org/Moxin-7B-VLM1python scripts/fast_inference.py
21@article{zhao2024fully,
2 title={Fully Open Source Moxin-7B Technical Report},
3 author={Zhao, Pu and Shen, Xuan and Kong, Zhenglun and Shen, Yixin and Chang, Sung-En and Rupprecht, Timothy and Lu, Lei and Nan, Enfu and Yang, Changdi and He, Yumei and others},
4 journal={arXiv preprint arXiv:2412.06845},
5 year={2024}
6}