-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ell serialization refactor / distributed 2 #362
base: main
Are you sure you want to change the base?
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a19bed - Browse repository at this point
Copy the full SHA 0a19bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08324fc - Browse repository at this point
Copy the full SHA 08324fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 361b565 - Browse repository at this point
Copy the full SHA 361b565View commit details -
Configuration menu - View commit details
-
Copy full SHA for a305784 - Browse repository at this point
Copy the full SHA a305784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d1f26 - Browse repository at this point
Copy the full SHA 23d1f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3b7d3 - Browse repository at this point
Copy the full SHA 6e3b7d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a60cd06 - Browse repository at this point
Copy the full SHA a60cd06View commit details -
Got <BV> to stop showing up in LMP deps:
* culprit is Black formatter adds space after # comment * it doesn't always though because if the formatter raises exception, no format * fixed by chaning `#<BV>` => `# <BV>` but for all tags NOTE: this might not be the right way since without rerunning all the LMPs, the old source persists in the DB, so the old #<BV> tags won't get rendered right in the React app. Could instead enforce that # <BV> becomes #<BV> even after formatting, or strip out the delimiter before formatting and add it back in after.
Configuration menu - View commit details
-
Copy full SHA for 6230336 - Browse repository at this point
Copy the full SHA 6230336View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1da324 - Browse repository at this point
Copy the full SHA e1da324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1e89b - Browse repository at this point
Copy the full SHA 9c1e89bView commit details -
Fix issue 310 but also autocommit when no OpenAI key present
* OpenAI API requires there be a `api_key` field although Ollama's API doesn't require it * Fixed `_autocommit_warning` to warn when there's no client for config.autocommit_model instead of hardcoded "gpt-4o-mini" string and updated warning message accordingly
Configuration menu - View commit details
-
Copy full SHA for a41c6ce - Browse repository at this point
Copy the full SHA a41c6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c88011f - Browse repository at this point
Copy the full SHA c88011fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cefcb2 - Browse repository at this point
Copy the full SHA 5cefcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068eae6 - Browse repository at this point
Copy the full SHA 068eae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b77132a - Browse repository at this point
Copy the full SHA b77132aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b3e42 - Browse repository at this point
Copy the full SHA 91b3e42View commit details -
Update
instructor_ex.py
- fix typoFix minor typos in `instructor_ex.py` docstring
Configuration menu - View commit details
-
Copy full SHA for ffb102d - Browse repository at this point
Copy the full SHA ffb102dView commit details -
For non streaming responses, Bedrock usage metadata was not being captured. Updated the metadata `dict` in line with how it was being handled for streaming responses.
Configuration menu - View commit details
-
Copy full SHA for 865f90b - Browse repository at this point
Copy the full SHA 865f90bView commit details -
Update method name in class docstring
Update `__getattr__` to `__getattribute__` to match the name of the real method
Configuration menu - View commit details
-
Copy full SHA for 79c9b1c - Browse repository at this point
Copy the full SHA 79c9b1cView commit details -
step 1: move sql models into ell.stores
this does not cut core's dependency on studio/sqlmodel yet but moves in that direction
Configuration menu - View commit details
-
Copy full SHA for bef11ae - Browse repository at this point
Copy the full SHA bef11aeView commit details
Commits on Oct 29, 2024
-
step 2: core depends on ell.stores conditionally
- run without storage deps when no store argument to init - throw a helpful error when store argument provided and store deps not met
Configuration menu - View commit details
-
Copy full SHA for 725908d - Browse repository at this point
Copy the full SHA 725908dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ba0ac - Browse repository at this point
Copy the full SHA 68ba0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be3279 - Browse repository at this point
Copy the full SHA 7be3279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b8b3e - Browse repository at this point
Copy the full SHA 35b8b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95154db - Browse repository at this point
Copy the full SHA 95154dbView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02dfac5 - Browse repository at this point
Copy the full SHA 02dfac5View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2008972 - Browse repository at this point
Copy the full SHA 2008972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8be83 - Browse repository at this point
Copy the full SHA 5d8be83View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c12db6 - Browse repository at this point
Copy the full SHA 0c12db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a36678 - Browse repository at this point
Copy the full SHA 2a36678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1880d66 - Browse repository at this point
Copy the full SHA 1880d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5e72f - Browse repository at this point
Copy the full SHA 8d5e72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d70adbd - Browse repository at this point
Copy the full SHA d70adbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d840fd - Browse repository at this point
Copy the full SHA 1d840fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc77671 - Browse repository at this point
Copy the full SHA bc77671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29dd707 - Browse repository at this point
Copy the full SHA 29dd707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59bf4cb - Browse repository at this point
Copy the full SHA 59bf4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea7d6a - Browse repository at this point
Copy the full SHA bea7d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8428d - Browse repository at this point
Copy the full SHA 8e8428dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5298d41 - Browse repository at this point
Copy the full SHA 5298d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed43769 - Browse repository at this point
Copy the full SHA ed43769View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fa5c7 - Browse repository at this point
Copy the full SHA c2fa5c7View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d73f17b - Browse repository at this point
Copy the full SHA d73f17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20533ba - Browse repository at this point
Copy the full SHA 20533baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 918cd4a - Browse repository at this point
Copy the full SHA 918cd4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e26714 - Browse repository at this point
Copy the full SHA 0e26714View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 523edb2 - Browse repository at this point
Copy the full SHA 523edb2View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd0fcf8 - Browse repository at this point
Copy the full SHA cd0fcf8View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f82ee8 - Browse repository at this point
Copy the full SHA 7f82ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f39f86 - Browse repository at this point
Copy the full SHA 3f39f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e39cb6d - Browse repository at this point
Copy the full SHA e39cb6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d5d84 - Browse repository at this point
Copy the full SHA b2d5d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71c28f - Browse repository at this point
Copy the full SHA a71c28fView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 651fbfd - Browse repository at this point
Copy the full SHA 651fbfdView commit details