Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ PATH_TO_PLANTUML := ~/bin
# Python registry to where the package should be uploaded
PYTHON_REGISTRY = pypi

# PyTorch version
TORCH_VERSION := 2.9.0


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

# TODO uv migration
requirements.txt: pyproject.toml pdm.lock ## Generate requirements.txt file containing hashes for all non-devel packages
pdm export --prod --format requirements --output requirements.txt --no-extras --without evaluation

doc: ## Generate documentation for developers
scripts/gen_doc.py

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,6 @@ Usage: make <OPTIONS> ... <TARGETS>
Available targets are:

run Run the service locally
help Show this help screen
run-llama-stack Start Llama Stack with enriched config (for local service mode)
test-unit Run the unit tests
test-integration Run integration tests tests
Expand All @@ -842,7 +841,6 @@ format Format the code into unified format
schema Generate OpenAPI schema file
openapi-doc Generate OpenAPI documentation
generate-documentation Generate documentation
requirements.txt Generate requirements.txt file containing hashes for all non-devel packages
doc Generate documentation for developers
docs/config.puml Generate PlantUML class diagram for configuration
docs/config.png Generate an image with configuration graph
Expand All @@ -857,9 +855,12 @@ verify Run all linters
distribution-archives Generate distribution archives to be uploaded into Python registry
upload-distribution-archives Upload distribution archives into Python registry
konflux-requirements Generate hermetic requirements.*.txt file for konflux build
konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
help Show this help screen
```



## Running Linux container image

Stable release images are tagged with versions like `0.1.0`. Tag `latest` always points to latest stable release.
Expand Down
Loading