-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: matlab-deep-learning/llms-with-matlab
base: v4.0.0
head repository: matlab-deep-learning/llms-with-matlab
compare: v4.1.0
- 16 commits
- 32 files changed
- 3 contributors
Commits on Oct 30, 2024
-
For some reason, we used both `OPENAI_KEY` and `OPENAI_API_KEY` env variables, expecting them to have the same values. Drop the `OPENAI_KEY` one, since we document our use of `OPENAI_API_KEY`.
Configuration menu - View commit details
-
Copy full SHA for e16afaf - Browse repository at this point
Copy the full SHA e16afafView commit details
Commits on Oct 31, 2024
-
This test point runs fine on multiple dev machines (with updated Ollama), but fails in CI with an internal error to Ollama/llama.cpp: ``` ================================================================================ Error occurred in tollamaChat/generateWithImages and it did not run to completion. --------- Error ID: --------- 'llms:apiReturnedError' -------------- Error Details: -------------- Error using ollamaChat/generate (line 238) Server returned error indicating: "an unknown error was encountered while running the model GGML_ASSERT(i01 >= 0 && i01 < ne01) failed" Error in tollamaChat>@(~)generate(chat,messages) (line 136) text = arrayfun(@(~) generate(chat,messages), 1:5, UniformOutput=false); Error in tollamaChat/generateWithImages (line 136) text = arrayfun(@(~) generate(chat,messages), 1:5, UniformOutput=false); ================================================================================ ``` See also ollama/ollama#7288
Configuration menu - View commit details
-
Copy full SHA for 353d807 - Browse repository at this point
Copy the full SHA 353d807View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 739b5a2 - Browse repository at this point
Copy the full SHA 739b5a2View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b3ac4e - Browse repository at this point
Copy the full SHA 5b3ac4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb862e - Browse repository at this point
Copy the full SHA 6eb862eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b420b8b - Browse repository at this point
Copy the full SHA b420b8bView commit details -
Merge pull request #82 from matlab-deep-learning/removeCodeCov
Remove configuration for codecov
Configuration menu - View commit details
-
Copy full SHA for 3dfac40 - Browse repository at this point
Copy the full SHA 3dfac40View commit details
Commits on Nov 5, 2024
-
Using `dlarray` in a prototype results in `dlarray` in the output, but without the dimension labels. Reason: `cast(X,'like',Y)` behaves that way for `dlarray` `Y`. Given that we do not return higher-dimensional data anyway, it is questionable whether there is any reason one would want to allow `dlarray` in prototypes. Not handling them properly means we are better off disabling them altogether. Without a dependency on Deep Learning Toolbox, we cannot have an automated test point for this change, unfortunately.
Configuration menu - View commit details
-
Copy full SHA for e6199f3 - Browse repository at this point
Copy the full SHA e6199f3View commit details -
Merge pull request #83 from matlab-deep-learning/add-enrico
Add Enrico as code owner
Configuration menu - View commit details
-
Copy full SHA for 8d4ca80 - Browse repository at this point
Copy the full SHA 8d4ca80View commit details -
ToolChoice="none" for azureChat
`azureChat` should support `ToolChoice="none"`
Configuration menu - View commit details
-
Copy full SHA for c5e2ef1 - Browse repository at this point
Copy the full SHA c5e2ef1View commit details -
Return tool calls properly in azureChat
Make `azureChat` handle tool calls returned the same way we do in `openAIChat`.
Configuration menu - View commit details
-
Copy full SHA for 245e4b0 - Browse repository at this point
Copy the full SHA 245e4b0View commit details
Commits on Nov 13, 2024
-
Stop warning in constructor for
ResponseFormat="json"
Since we now throw an error when `ResponseFormat="json"` is used without the required `"json"` in the inputs, we can stop warning in the constructor. With the previous state, users got a warning they could not avoid, even in code doing everything correctly.
Configuration menu - View commit details
-
Copy full SHA for 2d0ec2d - Browse repository at this point
Copy the full SHA 2d0ec2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1db9d - Browse repository at this point
Copy the full SHA 3b1db9dView commit details
Commits on Dec 13, 2024
-
* Activate structured output for ollamaChat * Update documentation
Configuration menu - View commit details
-
Copy full SHA for 44a3679 - Browse repository at this point
Copy the full SHA 44a3679View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bfd78 - Browse repository at this point
Copy the full SHA b8bfd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b8ffc - Browse repository at this point
Copy the full SHA 25b8ffcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0...v4.1.0