Commit graph

482 commits

Author SHA1 Message Date
Justin Lee
022f20e710 fixed based on ashwin comments 2024-11-08 15:01:13 -08:00
Justin Lee
c79c8367b7 pr review changes 2024-11-08 14:50:44 -08:00
Justin Lee
6dd5ea7631 added colab links to each notebook 2024-11-08 10:38:03 -08:00
Justin Lee
d8cea721ca elaborate on distributions 2024-11-08 10:30:36 -08:00
Justin Lee
fc6c39b598 additional instructions in quickstart 2024-11-08 10:25:25 -08:00
Justin Lee
7a4fa9e30d change model-size, consolidate setup, formating changes 2024-11-08 09:56:52 -08:00
Justin Lee
05d9e5465f reorganized file names 2024-11-08 08:58:33 -08:00
Justin Lee
92f16ed27b changed from vision to text model 2024-11-08 08:57:38 -08:00
Justin Lee
efb0fbfaea tool calling changes 2024-11-08 08:52:15 -08:00
Justin Lee
14dff9745d tool calling changes 2024-11-08 08:32:35 -08:00
Kai Wu
bb475d58ae tool calling working now 2024-11-07 18:47:47 -08:00
Justin Lee
45e9e3ac4a removed redundant comments 2024-11-06 18:30:55 -08:00
Justin Lee
b91e2cc201 minor improvement 2024-11-06 18:20:57 -08:00
Justin Lee
02975ae54c fixed agent output 2024-11-06 18:07:01 -08:00
Kai Wu
9e24f31b8d agent kind of working 2024-11-06 17:54:38 -08:00
Justin Lee
5a3e1c5f63 code changes from review 2024-11-06 15:31:55 -08:00
Justin Lee
e746f741d1 doc enhancement for the inference, prompt engineer, local-cloud 2024-11-06 11:24:31 -08:00
Sanyam Bhutani
3c707e0a05 Update 04_Memory101.ipynb 2024-11-05 21:18:25 -08:00
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