llama.cpp
47182dd0 - llama : update llama_model API names (#11063)

Commit
156 days ago
llama : update llama_model API names (#11063) * llama : deprecate llama_free_model, add llama_model_free ggml-ci * llama : change `llama_load_model_from_file` -> `llama_model_load_from_file` ggml-ci
Author
Parents
  • common
    • File
      common.cpp
  • examples
    • batched-bench
      • File
        batched-bench.cpp
    • batched
      • File
        batched.cpp
    • gritlm
      • File
        gritlm.cpp
    • llama-bench
      • File
        llama-bench.cpp
    • llava
      • File
        llava-cli.cpp
      • File
        minicpmv-cli.cpp
      • File
        qwen2vl-cli.cpp
    • passkey
      • File
        passkey.cpp
    • quantize-stats
      • File
        quantize-stats.cpp
    • run
      • File
        run.cpp
    • simple-chat
      • File
        simple-chat.cpp
    • simple
      • File
        simple.cpp
    • tokenize
      • File
        tokenize.cpp
  • include
    • File
      llama-cpp.h
    • File
      llama.h
  • src
    • File
      llama-model.cpp
    • File
      llama.cpp
  • tests
    • File
      test-autorelease.cpp
    • File
      test-model-load-cancel.cpp
    • File
      test-tokenizer-0.cpp
    • File
      test-tokenizer-1-bpe.cpp
    • File
      test-tokenizer-1-spm.cpp