LocalAI/backend/python/vllm
dependabot[bot] d4283fae28
chore(deps): bump torch in /backend/python/vllm in the pip group
Bumps the pip group in /backend/python/vllm with 1 update: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.7.1
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 03:57:31 +00:00
..
backend.py fix: vllm missing logprobs (#5279) 2025-04-30 12:55:07 +00:00
install.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
Makefile feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
README.md refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00
requirements-after.txt fix(python): move vllm to after deps, drop diffusers main deps 2024-08-07 23:34:37 +02:00
requirements-cpu.txt chore(deps): bump torch in /backend/python/vllm in the pip group 2025-06-17 03:57:31 +00:00
requirements-cublas11-after.txt feat(venv): shared env (#3195) 2024-08-07 19:45:14 +02:00
requirements-cublas11.txt chore(deps): bump torch in /backend/python/vllm in the pip group 2025-06-17 03:57:31 +00:00
requirements-cublas12-after.txt feat(venv): shared env (#3195) 2024-08-07 19:45:14 +02:00
requirements-cublas12.txt chore(deps): bump torch in /backend/python/vllm in the pip group 2025-06-17 03:57:31 +00:00
requirements-hipblas.txt feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
requirements-install.txt feat: migrate python backends from conda to uv (#2215) 2024-05-10 15:08:08 +02:00
requirements-intel.txt chore(deps): bump torch in /backend/python/vllm in the pip group 2025-06-17 03:57:31 +00:00
requirements.txt fix(deps): pin grpcio (#5621) 2025-06-10 14:21:51 +02:00
run.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
test.py fix: vllm missing logprobs (#5279) 2025-04-30 12:55:07 +00:00
test.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00

Creating a separate environment for the vllm project

make vllm