From 999b9781f71616241408ca3711ca4d8bf2a5f6e1 Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Thu, 5 Dec 2024 08:39:13 -0800 Subject: [PATCH] specify the client version that works for current together server (#566) # What does this PR do? Fix the error when using the newer (v0.0.55-57) llama stack client library with Together's stack service. In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. - [ ] Addresses issue (#issue) ## Test Plan Please describe: - tests you ran to verify your changes with result summaries. - provide instructions so it can be reproduced. ## Sources Please link relevant resources if necessary. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Ran pre-commit to handle lint / formatting issues. - [ ] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. --- .../Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb b/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb index e9bff5f33..8e3949e94 100644 --- a/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb +++ b/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb @@ -71,7 +71,7 @@ } ], "source": [ - "!pip install llama-stack-client" + "!pip install llama-stack-client==0.0.50" ] }, {