Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 12 commits
  • 20 files changed
  • 3 contributors

Commits on Feb 10, 2025

  1. Fix broken link in README.md

    Add an additionally needed “requires Text Analytics Toolbox” for one of the examples which uses `tokenizedDocument`.
    MiriamScharnke authored and ccreutzi committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    fb8b1d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Remove tests for gpt-3.5

    emanuzzi authored and ccreutzi committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    f42a4f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. OpenAI.md doc redraft

    Refactor for readability
    MiriamScharnke authored and ccreutzi committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    cbe5061 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Ollama doc redraft

    Refactoring of Ollama.md
    MiriamScharnke authored and ccreutzi committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    b258ead View commit details
    Browse the repository at this point in the history
  2. Refactored Azure.md

    MiriamScharnke authored and ccreutzi committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    a6a1e8f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    bd61b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd757c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. 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.
    ccreutzi committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    ce08807 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    08897d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. 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.
    ccreutzi committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    ca57ae3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Fix broken links on Ollama.md

    MiriamScharnke authored and ccreutzi committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    d286f1c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Configuration menu
    Copy the full SHA
    c4c5fa6 View commit details
    Browse the repository at this point in the history
Loading