Skip to content

Commit cdec708

Browse files
authored
Merge pull request #1348 from tisnik/lcore-1438-removed-leftovers
LCORE-1438: removed leftovers
2 parents 5b6d64d + 0e953eb commit cdec708

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ PATH_TO_PLANTUML := ~/bin
66
# Python registry to where the package should be uploaded
77
PYTHON_REGISTRY = pypi
88

9-
# PyTorch version
10-
TORCH_VERSION := 2.9.0
11-
129

1310
# Default configuration files (override with: make run CONFIG=myconfig.yaml)
1411
CONFIG ?= lightspeed-stack.yaml
@@ -63,10 +60,6 @@ openapi-doc: docs/openapi.json scripts/fix_openapi_doc.py ## Generate OpenAPI do
6360
generate-documentation: ## Generate documentation
6461
scripts/gen_doc.py
6562

66-
# TODO uv migration
67-
requirements.txt: pyproject.toml pdm.lock ## Generate requirements.txt file containing hashes for all non-devel packages
68-
pdm export --prod --format requirements --output requirements.txt --no-extras --without evaluation
69-
7063
doc: ## Generate documentation for developers
7164
scripts/gen_doc.py
7265

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,6 @@ Usage: make <OPTIONS> ... <TARGETS>
829829
Available targets are:
830830
831831
run Run the service locally
832-
help Show this help screen
833832
run-llama-stack Start Llama Stack with enriched config (for local service mode)
834833
test-unit Run the unit tests
835834
test-integration Run integration tests tests
@@ -842,7 +841,6 @@ format Format the code into unified format
842841
schema Generate OpenAPI schema file
843842
openapi-doc Generate OpenAPI documentation
844843
generate-documentation Generate documentation
845-
requirements.txt Generate requirements.txt file containing hashes for all non-devel packages
846844
doc Generate documentation for developers
847845
docs/config.puml Generate PlantUML class diagram for configuration
848846
docs/config.png Generate an image with configuration graph
@@ -857,9 +855,12 @@ verify Run all linters
857855
distribution-archives Generate distribution archives to be uploaded into Python registry
858856
upload-distribution-archives Upload distribution archives into Python registry
859857
konflux-requirements Generate hermetic requirements.*.txt file for konflux build
860-
konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
858+
konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
859+
help Show this help screen
861860
```
862861
862+
863+
863864
## Running Linux container image
864865
865866
Stable release images are tagged with versions like `0.1.0`. Tag `latest` always points to latest stable release.

0 commit comments

Comments
 (0)