https://github.com/weiaicunzai/learning_llm
https://github.com/weiaicunzai/learning_llm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weiaicunzai/learning_llm
- Owner: weiaicunzai
- Created: 2024-10-31T12:11:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:39:29.000Z (8 months ago)
- Last Synced: 2025-02-04T19:39:04.501Z (4 months ago)
- Language: Python
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## build model
python build_model.py## train llava
python train.py --output_dir 'save_ckpt'## infer
python test.py