Commit Graph

21 Commits (main)

Author SHA1 Message Date
Laurel Orr a657bdd2c2
bump pyversions (#116) 5 months ago
shubhaguha 533624f4fe
Added upper limit to pydantic version due to bug in latest version (#112)
* Restricted pydantic version <2.0

* Added OpenAI engine gpt-3.5-turbo-instruct
5 months ago
Laurel Orr 5ad4b017b5
wip: lore huggingface eval (#91) 1 year ago
Laurel Orr 0fb192a0a2 feat: add local huggingface embedding models (#76) 1 year ago
Laurel Orr c7906bead5 fix: add retry to client for ratelimit (#73) 1 year ago
Laurel Orr e4d3a57f92 fix: added openai usage back (#69) 1 year ago
Laurel Orr 395ac06a95 feat: async support, openai chatgpt, batch cache fix (#68) 1 year ago
Sabri Eyuboglu e00d285e21 Add PostgreSQL cache (#53)
Add a Cache for PostgreSQL with GCP. 

Co-authored-by: Laurel Orr <lorr1@cs.stanford.edu>
1 year ago
Laurel Orr c6331770d4 chore: bump version (#57) 1 year ago
Laurel Orr ace3ad4324 chore: fix manifest imports (#56) 1 year ago
Laurel Orr 8ced666df8 fix: add dtype to cache (#52) 1 year ago
Laurel Orr 56eae406ce feat: chatgpt client added (#47) 1 year ago
Laurel Orr defc63bf36 feat: web app for manifest (#46)
Also fixed typing issues in tests
1 year ago
Laurel Orr 6f5b64f0df Laurel/diffusion (#40)
* Sketch of diffusers added

* [WIP] Array caching implemented with end2end diffusion working

* [WIP] Make initial pass on CLIP model

* [WIP] Get endpoint running for CLIP

* Add support for clip images

* [chore] merge main

* chore: fix xxhash install

Co-authored-by: Sabri Eyuboglu <eyuboglu@stanford.edu>
1 year ago
Laurel Orr e86b8e81bf [feat] batch run; remove prompt batch_run zoo and opt; refactor to us… (#39)
* [feat] batch run; remove prompt batch_run zoo and opt; refactor to use standard request inputs

* [chore] test rounding fix
2 years ago
Laurel 8b423d6962 v0.0.1 release 2 years ago
Laurel 073f8117c8 [chore] add runid test 2 years ago
Laurel Orr c5f00b9f73 Request cache refactor (#37)
* [wip] cache import clean up and removed api imports

* [chore] add timeout to requests

* [chore] toma heartbeats to logger
2 years ago
yichern 52f489fe99 add cohere client (#31)
Co-authored-by: yichern <32623504+tanyichern@users.noreply.github.com>
2 years ago
Laurel Orr 5428afdc58 Zoo (#23)
* Zoo Model

* Remove optional import zoo

* Read model name from zoo model

* Logprobs passed through raw response for gold choices

Co-authored-by: Simran <emailsimran@gmail.com>
Co-authored-by: Dan Fu <danfu@cs.stanford.edu>
2 years ago
Laurel Orr d610e3c800 Laurel/dev (#20)
* fix: added perc gpu memory reduction flag app

* fix: removed poetry and standardized api inputs

* Removed poetry and use setup.py
* Addressing https://github.com/HazyResearch/manifest/issues/16
2 years ago