UniReason
No description available.
File Explorer
Download Latest Version (.zip)- example_sft.yaml
- __init__.py
- edit.py
- edit_dataset.py
- interleave_t2i_dataset.py
- t2i.py
- think_edit.py
- think_refine_edit.py
- think_refine_t2i.py
- think_t2i.py
- __init__.py
- data_utils.py
- dataset_base.py
- dataset_info.py
- distributed_iterable_dataset.py
- parquet_utils.py
- t2i_dataset.py
- transforms.py
- video_utils.py
- vlm_dataset.py
- gen_images_dpg.py
- gen_images_gedit.py
- gen_images_mp.py
- gen_images_mp_corebench.py
- gen_images_mp_corebench_refine.py
- gen_images_mp_imgedit.py
- gen_images_mp_kris.py
- gen_images_mp_kris_refine.py
- gen_images_mp_unigenbench.py
- gen_images_mp_unigenbench_refine.py
- gen_images_mp_uniredit.py
- gen_images_mp_wise.py
- gen_images_mp_wise_refine.py
- __init__.py
- __init__.py
- bagel.py
- modeling_utils.py
- qwen2_navit.py
- siglip_navit.py
- __init__.py
- configuration_qwen2.py
- modeling_qwen2.py
- tokenization_qwen2.py
- tokenization_qwen2_fast.py
- __init__.py
- configuration_siglip.py
- convert_siglip_to_hf.py
- image_processing_siglip.py
- modeling_siglip.py
- processing_siglip.py
- tokenization_siglip.py
- __init__.py
- autoencoder.py
- eval_vlm.sh
- run_corebench.sh
- run_corebench_refine.sh
- run_dpgbench.sh
- run_eval_vlm.sh
- run_gedit.sh
- run_geneval.sh
- run_imgedit.sh
- run_kris.sh
- run_kris_refine.sh
- run_unigenbench.sh
- run_unigenbench_refine.sh
- run_unireditbench.sh
- run_wise.sh
- run_wise_refine.sh
- sft.sh
- __init__.py
- fsdp_utils.py
- pretrain_unified_navit.py
- train_utils.py
- requirements.txt
- case.png
- EVAL.md
- LICENSE
- README.md
- TRAIN.md
- unireason.png
- unireason_lo.png
- unireason_pipeline.png
# Installation Guide
1. Get the code
git clone https://github.com/AlenjandroWang/UniReason
Downloads the entire project code from GitHub to your computer.
cd UniReason
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install flash_attn==2.5.8 --no-build-isolation
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 -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install flash_attn==2.5.8 --no-build-isolation
Installs the package published on PyPI directly โ no need to clone the source.
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)
