Thanks to visit codestin.com
Credit goes to github.com

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: prabhdatnoor/java-llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kherud/java-llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 28, 2025

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

Commits on May 8, 2025

  1. change os name to darwin

    prabhdatnoor committed May 8, 2025
    Configuration menu
    Copy the full SHA
    b17e212 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. also add Mac for arm mac support

    prabhdatnoor committed May 10, 2025
    Configuration menu
    Copy the full SHA
    a850c2b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. OSInfo: Update link to Java bug #8005545

    In a comment, update the link to Java bug #8005545, as the current one leads to a webpage saying: "This bug is not available."
    howlger authored May 19, 2025
    Configuration menu
    Copy the full SHA
    31b0848 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. remove unused code

    arnej27959 committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    711990c View commit details
    Browse the repository at this point in the history
  2. remove duplicated code

    common_chat_templates_init is already done at end of load_model in server.hpp
    arnej27959 committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    1aa872a View commit details
    Browse the repository at this point in the history
  3. Merge pull request kherud#105 from Pierrlf/fix_enums

    Fix the enums PoolingType and RopeScalingType values and their calls in ModelParameters
    kherud authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    cc139bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request kherud#108 from prabhdatnoor/107-change-os-name-cmake

    change os name to darwin
    kherud authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    c1a8ac0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kherud#109 from howlger/patch-1

    OSInfo: Update link to Java bug #8005545
    kherud authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    8b4e06b View commit details
    Browse the repository at this point in the history
  6. Merge pull request kherud#114 from arnej27959/arnej/remove-unused-code

    remove unused and duplicated code
    kherud authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    d82d971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49be664 View commit details
    Browse the repository at this point in the history
Loading