Cornstarch
No description available.
File Explorer
Download Latest Version (.zip)- __init__.py
- attention.py
- bitfield_attention.py
- interface.py
- __init__.py
- configuration_evaclip.py
- modeling_evaclip.py
- __init__.py
- configuration_intern_vit.py
- flash_attention.py
- modeling_intern_vit.py
- preprocessor_config.json
- __init__.py
- configuration_multimodal_language_model.py
- modeling_multimodal_language_model.py
- processing_multimodal_language_model.py
- __init__.py
- __init__.py
- encoders_colocated_plugin.py
- encoders_colocated_stage_manager.py
- one_f_one_b.py
- process_group_mesh.py
- __init__.py
- heterogeneous_dataloader.py
- heterogeneous_parallel_module.py
- heterogeneous_parallel_plugin.py
- heterogeneous_process_group_mesh.py
- heterogeneous_stage_manager.py
- __init__.py
- modal_parallel_plugin.py
- modal_process_group_mesh.py
- multimodal_1f1b.py
- multimodal_parallel_checkpoint_io.py
- multimodal_parallel_plugin.py
- multimodal_stage_manager.py
- __init__.py
- __init__.py
- context_parallel_attention.py
- context_parallel_bitfield_attention.py
- operation.py
- utils.py
- __init__.py
- clip.py
- dinov2.py
- evaclip.py
- gemma.py
- gemma2.py
- gemma3.py
- intern_vit.py
- llama.py
- llama4.py
- mistral.py
- mixtral.py
- multimodal.py
- phi3.py
- phi4_multimodal.py
- pixtral.py
- qwen2.py
- qwen2_audio.py
- qwen2_vision.py
- qwen3.py
- qwen3_moe.py
- siglip.py
- vit.py
- whisper.py
- __init__.py
- auto_policy.py
- bert.py
- clip.py
- dinov2.py
- evaclip.py
- gemma.py
- gemma2.py
- gemma3.py
- gpt2.py
- intern_vit.py
- llama.py
- llama4.py
- mistral.py
- mixtral.py
- multimodal.py
- opt.py
- phi3.py
- phi4_multimodal.py
- pipeline_template_policy.py
- pixtral.py
- qwen2.py
- qwen2_audio.py
- qwen2_vision.py
- qwen3.py
- qwen3_moe.py
- siglip.py
- vit.py
- whisper.py
- __init__.py
- placeholder.py
- shard_config.py
- shardformer.py
- __init__.py
- .gitignore
- __init__.py
- dcgm.py
- timer.py
- __init__.py
- pipeline_template.py
- context_parallel_distribution_mode_illustration.png
- cornstarch.svg
- favicon.svg
- installation.md
- cornstarch_parallel.md
- ddp_fsdp.md
- index.md
- creating_mllm.md
- index.md
- preprocessing_inputs.md
- training_mllm.md
- index.md
- run_llm_hybrid.py
- run_vlm_ddp.py
- run_vlm_fsdp.py
- run_vlm_hybrid.py
- data_builder.py
- README.md
- run_bert.py
- run_gpt2.py
- run_llama.py
- run_vit.py
- commons.py
- fake_dataset.py
- pretrain_valm.py
- pretrain_vlm.py
- pretrain_vlm_lora.py
- test_attention.py
- test_bitfield_attention.py
- test_multimodal_from_pretrained.py
- test_multimodal_language_model.py
- test_multimodal_merge_outputs.py
- test_multimodal_processor.py
- __init__.py
- test_encoders_colocated_plugin.py
- test_encoders_colocated_stage_manager.py
- test_process_group_mesh.py
- __init__.py
- data_builder.py
- test_heterogeneous_parallel_plugin.py
- test_process_group_mesh.py
- test_stage_manager.py
- __init__.py
- test_modal_process_group_mesh.py
- test_multimodal_1f1b.py
- test_multimodal_checkpoint_io.py
- test_multimodal_parallel_plugin.py
- test_multimodal_schedule_1f1b.py
- test_multimodal_stage_manager.py
- __init__.py
- common.py
- __init__.py
- clip.py
- dinov2.py
- evaclip.py
- gemma.py
- gemma2.py
- gemma3.py
- intern_vit.py
- llama.py
- llama4.py
- mistral.py
- mixtral.py
- model_zoo.py
- phi3.py
- phi4_multimodal.py
- pixtral.py
- qwen2.py
- qwen2_audio.py
- qwen2_vision.py
- qwen3.py
- qwen3_moe.py
- siglip.py
- vit.py
- whisper.py
- __init__.py
- test_context_parallel.py
- test_encoders_colocated.py
- test_hybrid_parallel.py
- test_multimodal_parallel.py
- test_placeholder.py
- utils.py
- test_pretrained_projection.py
- __init__.py
- conftest.py
- distributed_base.py
- gloo_utils.py
- test_pipeline_template.py
- .gitignore
- LICENSE.txt
- mkdocs.yml
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cornstarch-org/Cornstarch
Downloads the entire project code from GitHub to your computer.
cd Cornstarch
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
