vector-inference
Efficient LLM inference on Slurm clusters.
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- model-request.md
- code_checks.yml
- docker.yml
- docs.yml
- publish.yml
- unit_tests.yml
- dependabot.yml
- pull_request_template.md
- favicon-48x48.svg
- favicon.ico
- launch.png
- vector-logo.svg
- copyright.html
- logo.html
- extra.css
- api.md
- contributing.md
- index.md
- make.bat
- Makefile
- user_guide.md
- basic_usage.py
- chat_completions.py
- completions.py
- completions.sh
- embeddings.py
- vision_completions.py
- logits.py
- downstream_job.sbatch
- README.md
- run_downstream.py
- run_workflow.sh
- README.md
- __init__.py
- test_cli.py
- test_helper.py
- test_utils.py
- __init__.py
- test_api.py
- test_engine_selection.py
- test_examples.py
- test_helper.py
- test_models.py
- test_slurm_script_generator.py
- test_utils.py
- test_vars.env
- __init__.py
- __init__.py
- test_imports.py
- __init__.py
- _cli.py
- _helper.py
- _utils.py
- _vars.py
- __init__.py
- _client_vars.py
- _exceptions.py
- _helper.py
- _slurm_script_generator.py
- _slurm_templates.py
- _slurm_vars.py
- _utils.py
- api.py
- config.py
- models.py
- environment.yaml
- models.yaml
- README.md
- __init__.py
- find_port.sh
- README.md
- .gitignore
- .pre-commit-config.yaml
- .python-version
- codecov.yml
- LICENSE.md
- mkdocs.yml
- pyproject.toml
- README.md
- sglang.Dockerfile
- uv.lock
- venv.sh
- vllm.Dockerfile
# Installation Guide
1. Get the code
git clone https://github.com/VectorInstitute/vector-inference
Downloads the entire project code from GitHub to your computer.
cd vector-inference
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install vec-inf
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 vec-inf
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)
