chore(misc): update datasets, benchmarks to use alpha, beta prefixes (#3891)

This will be landed together with
https://github.com/llamastack/llama-stack-client-python/pull/282 (hence
CI will be red on this one.)

I have verified locally that tests pass with the updated version of the
client-sdk.
This commit is contained in:
Ashwin Bharambe 2025-10-22 15:26:35 -07:00 committed by GitHub
parent 7918188f1e
commit 0e57233a0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 13 deletions

View file

@ -174,7 +174,9 @@ class StackApp(FastAPI):
@asynccontextmanager
async def lifespan(app: StackApp):
logger.info("Starting up")
server_version = parse_version("llama-stack")
logger.info(f"Starting up Llama Stack server (version: {server_version})")
assert app.stack is not None
app.stack.create_registry_refresh_task()
yield