-
Notifications
You must be signed in to change notification settings - Fork 40
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: matlab-deep-learning/llms-with-matlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: matlab-deep-learning/llms-with-matlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 20 files changed
- 3 contributors
Commits on Feb 10, 2025
-
Add an additionally needed “requires Text Analytics Toolbox” for one of the examples which uses `tokenizedDocument`.
Configuration menu - View commit details
-
Copy full SHA for fb8b1d9 - Browse repository at this point
Copy the full SHA fb8b1d9View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f42a4f0 - Browse repository at this point
Copy the full SHA f42a4f0View commit details
Commits on Feb 26, 2025
-
Refactor for readability
Configuration menu - View commit details
-
Copy full SHA for cbe5061 - Browse repository at this point
Copy the full SHA cbe5061View commit details
Commits on Mar 3, 2025
-
Refactoring of Ollama.md
Configuration menu - View commit details
-
Copy full SHA for b258ead - Browse repository at this point
Copy the full SHA b258eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a1e8f - Browse repository at this point
Copy the full SHA a6a1e8fView commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd61b0f - Browse repository at this point
Copy the full SHA bd61b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd757c3 - Browse repository at this point
Copy the full SHA fd757c3View commit details
Commits on Mar 14, 2025
-
Make MaxNumTokens work with newer models
Most models accept both `max_tokens` and `max_completion_tokens`; the newer reasoning models only want to see `max_completion_tokens`, while GPT-3.5 deployments error when given `max_completion_tokens`. Since we do not know which model is behind some deployment name, we just try with the newer name and come back with the old name if we get the corresponding error message. The test point also works with o1-mini, gpt-4o is just cheaper.
Configuration menu - View commit details
-
Copy full SHA for ce08807 - Browse repository at this point
Copy the full SHA ce08807View commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 08897d1 - Browse repository at this point
Copy the full SHA 08897d1View commit details
Commits on Mar 18, 2025
-
Improve test points: flaky and verbose
* Make test point less brittle `tazureChat/generateWithStructuredOutput` has somewhat frequent spurious failures of this type: ``` ================================================================================ Verification failed in tazureChat/generateWithStructuredOutput. --------------------- Framework Diagnostic: --------------------- OrConstraint failed. --> + [First Condition]: | OrConstraint failed. | --> + [First Condition]: | | IsEqualTo failed. | | --> StringComparator failed. | | --> The strings are not equal. | | | | Actual Value: | | "western honey bee" | | Expected Value: | | "honeybee" | --> OR | + [Second Condition]: | | IsEqualTo failed. | | --> StringComparator failed. | | --> The strings are not equal. | | | | Actual Value: | | "western honey bee" | | Expected Value: | | "honey bee" | -+--------------------- --> OR + [Second Condition]: | IsEqualTo failed. | --> StringComparator failed. | --> The strings are not equal. | | Actual Value: | "western honey bee" | Expected Value: | "bee" -+--------------------- ``` Rather than trying to add more and more valid alternatives, it is probably better to relax the requirements a bit. * Make test less noisy `texampleTests/testAnalyzeTextDataUsingParallelFunctionCallwithOllama` was lacking the `evalc` against noise cluttering the output.
Configuration menu - View commit details
-
Copy full SHA for ca57ae3 - Browse repository at this point
Copy the full SHA ca57ae3View commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d286f1c - Browse repository at this point
Copy the full SHA d286f1cView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c4c5fa6 - Browse repository at this point
Copy the full SHA c4c5fa6View commit details
Loading
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.2.0...v4.3.0