Xi Yan
|
a6cb9c19c1
|
theme
|
2024-10-29 16:03:17 -07:00 |
|
Xi Yan
|
1243343ec4
|
css
|
2024-10-29 16:00:58 -07:00 |
|
Xi Yan
|
b5d073bd6b
|
pytorch theme
|
2024-10-29 15:56:33 -07:00 |
|
Xi Yan
|
0f41118f31
|
pdj theme
|
2024-10-29 15:52:33 -07:00 |
|
Xi Yan
|
b7f6ea4b58
|
theme
|
2024-10-29 15:46:36 -07:00 |
|
Xi Yan
|
7f6a39c312
|
theme
|
2024-10-29 15:45:32 -07:00 |
|
Xi Yan
|
335d035a93
|
theme
|
2024-10-29 15:42:15 -07:00 |
|
Xi Yan
|
6150377db8
|
update
|
2024-10-29 15:30:32 -07:00 |
|
Xi Yan
|
acfbd79483
|
fireworks
|
2024-10-29 15:27:07 -07:00 |
|
Xi Yan
|
7d953d5ee5
|
fireworks
|
2024-10-29 15:26:52 -07:00 |
|
Xi Yan
|
39872ca4b4
|
distributions
|
2024-10-29 15:00:58 -07:00 |
|
Xi Yan
|
3fb9a8e82e
|
getting started
|
2024-10-29 14:30:51 -07:00 |
|
Xi Yan
|
3df549f958
|
docs
|
2024-10-29 14:21:40 -07:00 |
|
Xi Yan
|
e4c503d8f4
|
content
|
2024-10-29 14:19:49 -07:00 |
|
Xi Yan
|
4d8bfcea1b
|
docs
|
2024-10-29 14:14:05 -07:00 |
|
Xi Yan
|
eeab1278f2
|
depth
|
2024-10-29 14:08:48 -07:00 |
|
Xi Yan
|
42104361a3
|
refactor structure
|
2024-10-29 14:04:41 -07:00 |
|
Ashwin Bharambe
|
9ddc28eca7
|
updates
|
2024-10-29 12:39:09 -07:00 |
|
Xi Yan
|
557e1f9fe7
|
index
|
2024-10-29 12:34:10 -07:00 |
|
Ashwin Bharambe
|
2c34f1eb52
|
updates
|
2024-10-29 12:32:46 -07:00 |
|
Xi Yan
|
f42f459f5d
|
name
|
2024-10-29 12:32:00 -07:00 |
|
Ashwin Bharambe
|
99dc10f6f4
|
updates
|
2024-10-29 12:28:27 -07:00 |
|
Xi Yan
|
9759298884
|
subfolder
|
2024-10-29 12:26:14 -07:00 |
|
Ashwin Bharambe
|
73b878d358
|
docs update
|
2024-10-29 12:21:30 -07:00 |
|
Xi Yan
|
3e5b002335
|
wip subfolder
|
2024-10-29 12:20:43 -07:00 |
|
Xi Yan
|
c497cb57f3
|
toctree
|
2024-10-29 12:12:39 -07:00 |
|
Dalton Flanagan
|
3c042cb92e
|
Update developer_cookbook.md
|
2024-10-29 14:43:59 -04:00 |
|
Xi Yan
|
caf15777f8
|
Add files via upload
|
2024-10-29 11:42:45 -07:00 |
|
Xi Yan
|
960fbf90d6
|
delete image
|
2024-10-29 11:41:36 -07:00 |
|
Ashwin Bharambe
|
1ffbcd4a9b
|
fix
|
2024-10-29 11:38:44 -07:00 |
|
Xi Yan
|
1cc322b4be
|
Add files via upload
|
2024-10-29 11:36:17 -07:00 |
|
Xi Yan
|
54c11f8ad1
|
delete image
|
2024-10-29 11:35:42 -07:00 |
|
dltn
|
0fed2480b1
|
colocate iOS setup doc
|
2024-10-29 11:34:05 -07:00 |
|
Xi Yan
|
6a0a6a218f
|
Add files via upload
|
2024-10-29 11:32:36 -07:00 |
|
Xi Yan
|
0813a020a2
|
mv image
|
2024-10-29 11:31:43 -07:00 |
|
Xi Yan
|
167976ef56
|
Add files via upload
|
2024-10-29 11:29:42 -07:00 |
|
Xi Yan
|
044b13bd36
|
move docs -> source
|
2024-10-29 11:20:28 -07:00 |
|
Ashwin Bharambe
|
4aa1bf6a60
|
Kill --name from llama stack build (#340)
|
2024-10-28 23:07:32 -07:00 |
|
Xi Yan
|
8a74e400d6
|
Update getting_started.md
|
2024-10-25 13:30:33 -07:00 |
|
Xi Yan
|
f168752bba
|
Update getting_started.md
|
2024-10-25 13:27:43 -07:00 |
|
Xi Yan
|
abdf7cddf3
|
[Evals API][4/n] evals with generation meta-reference impl (#303)
* wip
* dataset validation
* test_scoring
* cleanup
* clean up test
* comments
* error checking
* dataset client
* test client:
* datasetio client
* clean up
* basic scoring function works
* scorer wip
* equality scorer
* score batch impl
* score batch
* update scoring test
* refactor
* validate scorer input
* address comments
* evals with generation
* add all rows scores to ScoringResult
* minor typing
* bugfix
* scoring function def rename
* rebase name
* refactor
* address comments
* Update iOS inference instructions for new quantization
* Small updates to quantization config
* Fix score threshold in faiss
* Bump version to 0.0.45
* Handle both ipv6 and ipv4 interfaces together
* update manifest for build templates
* Update getting_started.md
* chatcompletion & completion input type validation
* inclusion->subsetof
* error checking
* scoring_function -> scoring_fn rename, scorer -> scoring_fn rename
* address comments
* [Evals API][5/n] fixes to generate openapi spec (#323)
* generate openapi
* typing comment, dataset -> dataset_id
* remove custom type
* sample eval run.yaml
---------
Co-authored-by: Dalton Flanagan <6599399+dltn@users.noreply.github.com>
Co-authored-by: Ashwin Bharambe <ashwin.bharambe@gmail.com>
|
2024-10-25 13:12:39 -07:00 |
|
Xi Yan
|
07f9bf723f
|
fix broken --list-templates with adding build.yaml files for packaging (#327)
* add build files to templates
* fix templates
* manifest
* symlink
* symlink
* precommit
* change everything to docker build.yaml
* remove image_type in templates
* fix build from templates CLI
* fix readmes
|
2024-10-25 12:51:22 -07:00 |
|
Justin Lee
|
b6d8246b82
|
added templates and enhanced readme (#307)
Co-authored-by: Justin Lee <justinai@fb.com>
|
2024-10-24 17:07:06 -07:00 |
|
Xi Yan
|
e70420a06e
|
Update getting_started.md
|
2024-10-24 14:19:35 -07:00 |
|
Suraj Subramanian
|
668a495aba
|
Add REST api example for chat_completion (#286)
|
2024-10-22 10:35:20 -07:00 |
|
raghotham
|
e2a5a2e10d
|
first version of readthedocs (#278)
|
2024-10-22 10:15:58 +05:30 |
|
Ashwin Bharambe
|
1944405dca
|
Update new_api_provider.md
|
2024-10-21 14:02:51 -07:00 |
|
Ashwin Bharambe
|
606c48309e
|
Small updates to encourage integration testing
|
2024-10-21 13:52:33 -07:00 |
|
Xi Yan
|
3a7884345a
|
Update new_api_provider.md
|
2024-10-21 13:41:56 -07:00 |
|
Xi Yan
|
25b37c9ff7
|
Update new_api_provider.md
|
2024-10-21 13:41:46 -07:00 |
|