Commit graph

  • 16d6a7a22f
    Merge branch 'main' into chore/strong-typing Stefan Thaler 2025-07-21 07:40:00 +01:00
  • bc835c723c
    Merge branch 'main' into acl-vector-stores Francisco Arceo 2025-07-20 07:37:04 -04:00
  • fa47a46de0
    chore(github-deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.1 dependabot[bot] 2025-07-19 20:40:43 +00:00
  • e06dd0887b fix Ashwin Bharambe 2025-07-18 16:29:38 -07:00
  • 776ab7ce05 feat(ci): add a ci-tests distro Ashwin Bharambe 2025-07-18 16:24:16 -07:00
  • be0573d779 feat: enable auth for Files Eric Huang 2025-07-18 15:52:53 -07:00
  • 5650e1fa09 chore: kill inline::vllm Ashwin Bharambe 2025-07-18 15:45:39 -07:00
  • b58d0daa95 comment Ashwin Bharambe 2025-07-18 15:38:56 -07:00
  • ad34a483fa pre-commit Ashwin Bharambe 2025-07-18 15:37:53 -07:00
  • 1bf710bec0 feat(vllm): periodically refresh models Ashwin Bharambe 2025-07-18 15:33:33 -07:00
  • b0e9569be2 chore: Adding ACL for Vector Stores methods Francisco Javier Arceo 2025-07-16 00:17:13 -04:00
  • aa5921f430 chore: add some documentation for access policy rules Gordon Sim 2025-07-16 18:08:29 +01:00
  • ae9c8f6f8c fix Ashwin Bharambe 2025-07-18 12:01:09 -07:00
  • e90ba95ae0 use a persistent runloop in library client Ashwin Bharambe 2025-07-18 11:45:36 -07:00
  • c715f30e65
    Merge branch 'main' into add-mcp-streamable-http-support Calum Murray 2025-07-18 14:38:54 -04:00
  • 211800146e
    cleanup: remove unusable code Calum Murray 2025-07-18 14:38:23 -04:00
  • 6f01daac54 Update spec files after DPO schema changes Ubuntu 2025-07-18 18:25:38 +00:00
  • a2f460871b ollama: periodically refresh models Ashwin Bharambe 2025-07-17 16:01:49 -07:00
  • 4d4da01f44 feat(server): construct the stack in a persistent event loop Ashwin Bharambe 2025-07-18 09:59:03 -07:00
  • 36c8196d17
    Merge branch 'main' into chore/add-upstream-to-sl-config slekkala1 2025-07-18 09:52:32 -07:00
  • 731faa8dbd fix: retry on HF Failure Charlie Doern 2025-07-18 12:45:56 -04:00
  • 7cb4fdad04 test: skip flaky telemetry tests Eric Huang 2025-07-18 09:34:20 -07:00
  • de1e8128f1 Add slekkala1 to codeowners Swapna Lekkala 2025-07-18 09:24:23 -07:00
  • ed17af1fba docs: fix steps in the Quick Start Guide Nathan Weinberg 2025-07-17 11:09:13 -04:00
  • 2695c6b6e5 docs: update list of apis Charlie Doern 2025-07-09 15:00:18 -04:00
  • c2199d6e92 docs: add virtualenv instructions for running starter distro Nathan Weinberg 2025-07-16 11:06:00 -04:00
  • 566b797860 fix: trigger integration tests on all test changes Charlie Doern 2025-07-18 08:45:44 -04:00
  • 0360e0d941 fix: make telemetry more resilient to missing data Charlie Doern 2025-07-17 21:30:36 -04:00
  • f3ea252ef2 chore(test): migrate unit tests from unittest to pytest nvidia test fine tuning Mustafa Elbehery 2025-07-17 12:27:33 +02:00
  • c1b6389472
    chore: add contribution guideline around PRs Sébastien Han 2025-07-18 12:16:36 +02:00
  • 1ca4a09104 fix: remove async tests Charlie Doern 2025-07-17 21:35:31 -04:00
  • b86201008d minor update of the doc: faiss -> pgvector Jeremy Choi 2025-07-18 11:42:21 +10:00
  • c897d0b894
    Merge branch 'main' into fix_DPOAlignmentConfig_schema Nehanth Narendrula 2025-07-17 21:18:46 -04:00
  • fe6d4795e9 fix: remove disabled providers from model dump Charlie Doern 2025-07-16 12:56:04 -04:00
  • 774b975561 fix Ashwin Bharambe 2025-07-17 16:24:41 -07:00
  • a13094a82a fix(cli): image name should not default to CONDA_DEFAULT_ENV Ashwin Bharambe 2025-07-17 16:22:50 -07:00
  • 7123e9723c feat: adding tool annotation used by MCP Lance Galletti 2025-06-23 10:56:08 -04:00
  • b4c13cc003 Fix DPO loss_type to use Enum instead of Literal for schema generation Ubuntu 2025-07-17 20:47:24 +00:00
  • d1b2e8f33d feat: enable ls client for files tests Eric Huang 2025-07-17 13:17:03 -07:00
  • 37875a1985 Fix DPOAlignmentConfig schema to use correct DPO parameters Ubuntu 2025-07-17 19:55:44 +00:00
  • 76f593143b tool index refreshing when token is provided to create_turn Lance Galletti 2025-07-02 15:08:10 -04:00
  • 411311fb78 chore(test): migrate unit tests from unittest to pytest nvidia test params Mustafa Elbehery 2025-07-17 11:14:19 +02:00
  • 01429c8452 chore(test): migrate unit tests from unittest to pytest Mustafa Elbehery 2025-07-17 10:40:31 +02:00
  • fe093918c2 feat: adding scope-based authorization Lance Galletti 2025-07-17 11:46:07 -04:00
  • 1c7405384d
    Merge branch 'main' into fix-2729-vector-io-embedding-config Sumanth Kamenani 2025-07-17 10:39:49 -04:00
  • 2eb10de6bc
    refactor: optimize get_model_registry() time complexity from O(n³) to O(n) r3v5 2025-07-17 14:52:04 +01:00
  • c67097ffeb chore(api): add mypy coverage to interface Mustafa Elbehery 2025-07-08 19:56:32 +02:00
  • 5c1671ac8c chore(api): add mypy coverage to tools_utils Mustafa Elbehery 2025-07-08 20:11:25 +02:00
  • eb988a0d4e chore: add mypy llama4 files Mustafa Elbehery 2025-07-08 23:51:33 +02:00
  • dc043fa395 chore: add mypy inference parallel utils Mustafa Elbehery 2025-07-09 00:01:20 +02:00
  • 31e926ee28 chore(test): migrate unit tests from unittest to pytest for server env vars Mustafa Elbehery 2025-07-17 12:35:00 +02:00
  • 824886c046 chore(test): migrate unit tests from unittest to pytest nvidia test eval Mustafa Elbehery 2025-07-17 10:57:04 +02:00
  • 21e2b228a1 chore(test): migrate unit tests from unittest to pytest Mustafa Elbehery 2025-07-17 10:49:30 +02:00
  • 572bc1f533 "chore(test): migrate unit tests from unittest to pytest ehhuang 2025-07-16 15:07:26 -07:00
  • f9abe5bff5
    Merge branch 'main' into main Ananya Gangavarapu 2025-07-16 21:20:40 -07:00
  • b8846f65e6 Merge branch 'main' of https://github.com/anigasan/llama-stack anigasan 2025-07-16 21:12:22 -07:00
  • 6f4e891bcd tavily changes to ymls anigasan 2025-07-16 21:12:01 -07:00
  • 6634b21a76 Merge upstream/main and resolve conflicts skamenan7 2025-07-16 19:57:02 -04:00
  • 8815728a76 telemetry tests Eric Huang 2025-07-16 15:26:44 -07:00
  • 3bec01c4d1 auth Eric Huang 2025-07-16 14:56:27 -07:00
  • ce40376c03
    Merge branch 'main' into main Ananya Gangavarapu 2025-07-16 13:48:23 -07:00
  • b4ef2599d9 treat NotFound specially Matthew Farrellee 2025-07-16 13:01:24 -04:00
  • 6173d7a308 Merge branch 'main' into allow-dynamic-models-nvidia Matthew Farrellee 2025-07-16 12:53:44 -04:00
  • 28b20d51c5 fix: de-clutter llama stack run logs Charlie Doern 2025-07-16 12:36:01 -04:00
  • bd9bad5f84 Merge branch 'main' into make-provider-model-id-non-optional Matthew Farrellee 2025-07-16 11:59:36 -04:00
  • 9205cd04c2 add validator for provider_resource_id Matthew Farrellee 2025-07-16 11:58:07 -04:00
  • 92bb3f532a docs: add missing bold title to match others Nathan Weinberg 2025-07-16 11:29:12 -04:00
  • a9e4ef41bb fix: add shutdown function for localfs provider Nathan Weinberg 2025-07-16 11:12:55 -04:00
  • 9331253894 test: migrate unit tests from unittest to pytest Mustafa Elbehery 2025-07-09 12:55:16 +02:00
  • bc6a4cb7ce fix: SQLiteVecIndex.create(..., bank_id="test_bank.123") - bank_id with a dot - leads to sqlite3.OperationalError (#2770) Sergey Yedrikov 2025-07-15 23:21:25 -04:00
  • 8c2791487f
    docs: fixed typo and link self loop for index.html#running-tests r3v5 2025-07-16 13:21:34 +01:00
  • f1d5842bca Allow application/yaml as mime_type onmete 2025-07-14 09:33:18 +02:00
  • c473de6b4f
    refactor: switched from query_available_models() to check_model_availability() in OpenAIInferenceAdapter and LlamaCompatInferenceAdapter r3v5 2025-07-15 18:58:28 +01:00
  • fa5935bd80
    feat: created dynamic model registration for openai and llama openai compat remote inference providers r3v5 2025-07-14 12:39:15 +01:00
  • 180e418ee7
    Merge branch 'main' into chore/strong-typing Stefan Thaler 2025-07-16 11:39:23 +01:00
  • 4e64c673b7 Update unit testing documentation ChristianZaccaria 2025-07-15 11:01:33 +01:00
  • 83f3a48539 Omit ui from coverage tests ChristianZaccaria 2025-07-09 16:43:31 +01:00
  • 901cfcd647 Precommit ChristianZaccaria 2025-07-07 14:11:02 +01:00
  • 6daf23a22b Exclude non-essential files from coverage report ChristianZaccaria 2025-07-07 13:52:10 +01:00
  • 24a4a1e167 Add coverage dependency to 'unit' group in pyproject.toml file ChristianZaccaria 2025-07-07 11:41:18 +01:00
  • 463de5cce9 Add unit tests documentation ChristianZaccaria 2025-07-07 11:11:59 +01:00
  • 1303f166fe Add coverage badge to README ChristianZaccaria 2025-07-07 10:48:56 +01:00
  • 3a4feb1761
    ci: do not pull model Sébastien Han 2025-07-16 11:36:22 +02:00
  • 534e09454c Merge branch 'main' into remove-nvidia-vision-workaround Matthew Farrellee 2025-07-16 05:47:16 -04:00
  • 8cc3fe7669 chore: remove vision model URL workarounds and simplify client creation Matthew Farrellee 2025-07-16 05:21:25 -04:00
  • 98548ae513
    fix: re-hydrate requirement and fix package Sébastien Han 2025-07-16 10:59:33 +02:00
  • 5cc44dac3d build: Bump version to 0.2.15 v0.2.15 release-0.2.15 Ashwin Bharambe 2025-07-15 20:28:28 -07:00
  • 9bfa2c66f1 Release candidate 0.2.15rc1 v0.2.15rc1 github-actions[bot] 2025-07-15 22:19:18 +00:00
  • 71effe5202 disable posttraining Eric Huang 2025-07-15 14:36:35 -07:00
  • 12d3c17664 chore: remove 'gha_workflow_llama_stack_tests.yml' Nathan Weinberg 2025-07-15 17:04:33 -04:00
  • 474b50b422 Add configurable embedding models for vector IO providers skamenan7 2025-07-15 16:46:40 -04:00
  • 620fee7f11
    Merge branch 'main' into fix/issue-2584-llama4-tool-calling Sumanth Kamenani 2025-07-15 16:32:23 -04:00
  • dd50fc8e43
    Merge branch 'main' into fix/issue-2584-llama4-tool-calling Sumanth Kamenani 2025-07-15 15:31:11 -04:00
  • 657991e9c8 adding assert back Francisco Javier Arceo 2025-07-15 15:30:45 -04:00
  • d9f558e69f
    Merge branch 'main' into fix/issue-2584-llama4-tool-calling Sumanth Kamenani 2025-07-15 14:28:40 -04:00
  • 18fba7ca74 fix: Update requirements.txt via uv-export to resolve pre-commit failure skamenan7 2025-07-15 14:00:00 -04:00
  • d21cfce925 Reorganize documentation on the webpage Kelly Brown 2025-07-08 09:03:02 -04:00
  • 2298d2473c Add .worktrees/ to .gitignore for personal workflow skamenan7 2025-07-15 13:25:55 -04:00
  • e5377d078d fix: address reviewer feedback - improve conditional imports and remove provider alias logic\n\n- Improve conditional import approach with better documentation\n- Remove provider-specific alias logic from sku_list.py\n- Conditional imports are necessary because llama4 requires torch\n- Addresses @ashwinb and @raghotham feedback while maintaining compatibility skamenan7 2025-07-10 12:06:14 -04:00
  • 61dc2a9c58 refactor(llama4): remove duplicate implementation, update imports to llama-models, add comprehensive test for tool calling fix (issue #2584)\n\n- Removes all old llama4 code from llama-stack\n- Updates all relevant imports to use llama-models\n- Adds robust pytest to demonstrate arguments_json fix\n- Updates config/scripts as needed for new structure\n- Resolves merge conflicts with updated main branch\n- Fixes mypy and ruff issues skamenan7 2025-07-10 09:39:33 -04:00