Sanyam Bhutani
855091f403
Update 04_Memory101.ipynb
2024-11-05 21:17:58 -08:00
Sanyam Bhutani
debbb34077
Update 04_Memory101.ipynb
2024-11-05 21:17:25 -08:00
Kai Wu
c5663fea72
remove llama configure
2024-11-05 17:22:44 -08:00
Justin Lee
ec16d2cabb
resolve port changes
2024-11-05 16:46:47 -08:00
Justin Lee
1a29b6f785
removed redundant files
2024-11-05 16:43:38 -08:00
Justin Lee
67f727578c
port standardization
2024-11-05 16:41:42 -08:00
Justin Lee
b556cd91fd
standardized port and also included pre-req for all notebooks
2024-11-05 16:38:46 -08:00
Sanyam Bhutani
d0baf24999
Update 06_Agents101.ipynb
2024-11-05 16:25:55 -08:00
Sanyam Bhutani
be54d2f2e4
Update 05_Safety101.ipynb
2024-11-05 16:24:58 -08:00
Sanyam Bhutani
4f0433d61d
Update 04_Memory101.ipynb
2024-11-05 16:24:19 -08:00
Sanyam Bhutani
9a1c6a73c1
Update 03_Tool_Calling101.ipynb
2024-11-05 16:23:02 -08:00
Sanyam Bhutani
c716fdd287
Update 02_Image_Chat101.ipynb
2024-11-05 16:21:56 -08:00
Sanyam Bhutani
3fbddfb85c
Update 01_Prompt_Engineering101.ipynb
2024-11-05 16:20:48 -08:00
Sanyam Bhutani
733ca584dc
Update 00_Local_Cloud_Inference101.ipynb
2024-11-05 16:19:42 -08:00
Sanyam Bhutani
67ae3d5d1c
Delete _archive_01_Prompt_Engineering101.ipynb
2024-11-05 16:17:05 -08:00
Justin Lee
bfb04cdc0f
improvement on prompt_engineering
2024-11-05 15:08:43 -08:00
Kai Wu
ca95afb449
Merge branch 'docs_improvement' of github.com:meta-llama/llama-stack into docs_improvement
2024-11-05 15:07:28 -08:00
Kai Wu
9ed1c50990
add more to safety
2024-11-05 15:06:27 -08:00
Sanyam Bhutani
0c90ecb232
Update 03_Tool_Calling101.ipynb
2024-11-05 14:57:37 -08:00
Sanyam Bhutani
40793cd8ad
Create Tool_Calling101.ipynb
2024-11-05 14:43:46 -08:00
Justin Lee
863f58ce2f
modified quickstart
2024-11-05 13:18:39 -08:00
Justin Lee
ecad16b904
doc enhancements, converted md into jupyter, reorganize files
2024-11-05 13:12:30 -08:00
Kai Wu
0f08f77565
Merge branch 'main' into docs_improvement
2024-11-05 11:13:24 -08:00
Justin Lee
5f5220b8fc
git commit created a dir for zero-hero
2024-11-05 11:11:27 -08:00
Kai Wu
36d3520bf2
refactor notebooks
2024-11-05 11:10:08 -08:00
Ashwin Bharambe
8de845a96d
Kill everything from tests/
2024-11-04 22:10:16 -08:00
Ashwin Bharambe
f08efc23a6
Kill non-integration older tests
2024-11-04 22:06:34 -08:00
Steve Grubb
122793ab92
Correct a traceback in vllm ( #366 )
...
File "/usr/local/lib/python3.10/site-packages/llama_stack/providers/adapters/inference/vllm/vllm.py", line 136, in _stream_chat_completion
async for chunk in process_chat_completion_stream_response(
TypeError: process_chat_completion_stream_response() takes 2 positional arguments but 3 were given
This corrects the error by deleting the request variable
2024-11-04 20:49:35 -08:00
Ashwin Bharambe
3ca294c359
Bump version to 0.0.49
2024-11-04 20:38:00 -08:00
Ashwin Bharambe
a81178f1f5
The server now depends on SQLite by default
2024-11-04 20:35:53 -08:00
Ashwin Bharambe
9a57a009ee
Need to await for get_object_from_identifier() now
2024-11-04 20:33:12 -08:00
Ashwin Bharambe
7cf4c905f3
add support for remote providers in tests
2024-11-04 20:30:46 -08:00
Ashwin Bharambe
0763a0b85f
Fix for the fix!
2024-11-04 20:06:01 -08:00
Ashwin Bharambe
fb2678b134
Fix shield_type and routing table breakage
2024-11-04 19:57:15 -08:00
Sanyam Bhutani
6d3769aedd
Update tool_Calling101.ipynb
2024-11-04 19:35:31 -08:00
Sanyam Bhutani
800a9dc134
Create tool_Calling101.ipynb
2024-11-04 19:34:51 -08:00
Sanyam Bhutani
579cb110b4
add image
2024-11-04 19:28:37 -08:00
Sanyam Bhutani
d37853074b
Merge branch 'docs_improvement' of https://github.com/meta-llama/llama-stack into docs_improvement
2024-11-04 19:11:53 -08:00
Sanyam Bhutani
19fa3bde97
push
2024-11-04 19:11:37 -08:00
Xi Yan
657de08f04
precommit
2024-11-04 19:01:56 -08:00
Xi Yan
8927da6566
instructions on contributing to readthedocs
2024-11-04 18:58:07 -08:00
Xi Yan
4d60ab8531
Bump version to 0.0.48
2024-11-04 17:37:32 -08:00
Ashwin Bharambe
ffedb81c11
Significantly simpler and malleable test setup ( #360 )
...
* Significantly simpler and malleable test setup
* convert memory tests
* refactor fixtures and add support for composable fixtures
* Fix memory to use the newer fixture organization
* Get agents tests working
* Safety tests work
* yet another refactor to make this more general
now it accepts --inference-model, --safety-model options also
* get multiple providers working for meta-reference (for inference + safety)
* Add README.md
---------
Co-authored-by: Ashwin Bharambe <ashwin@meta.com>
2024-11-04 17:36:43 -08:00
Kai Wu
08ccf47ff1
Merge branch 'main' into docs_improvement
2024-11-04 17:25:33 -08:00
Dinesh Yeduguru
663883cc29
persist registered objects with distribution ( #354 )
...
* persist registered objects with distribution
* linter fixes
* comment
* use annotate and field discriminator
* workign tests
* donot use global state
* precommit failures fixed
* add back Any
* fix imports
* remove unnecessary changes in ollama
* precommit failures fixed
* make kvstore configurable for dist and rename registry
* add comment about registry list return
* fix linter errors
* use registry to hydrate
* remove debug print
* linter fixes
* remove kvstore.db
* rename distribution_registry_store
---------
Co-authored-by: Dinesh Yeduguru <dineshyv@fb.com>
2024-11-04 17:25:06 -08:00
Kai Wu
556ec85d63
change safety101 agent101 to notebook
2024-11-04 17:22:23 -08:00
Kai Wu
ddf9a2b62c
change safety101 agent101 to notebook
2024-11-04 17:19:21 -08:00
Sanyam Bhutani
af8453436e
Update Memory101.ipynb
2024-11-04 17:17:26 -08:00
Sanyam Bhutani
09cd99fc2d
Create Memory101.ipynb
2024-11-04 17:16:23 -08:00
Dinesh Yeduguru
c9bf1d7d0b
pgvector fixes ( #369 )
...
Co-authored-by: Dinesh Yeduguru <dineshyv@fb.com>
2024-11-04 17:01:09 -08:00