vector-inference
Efficient LLM inference on Slurm clusters.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/VectorInstitute/vector-inference
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd vector-inference
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install vec-inf
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
