llama.cpp
6262d13e - common : reimplement logging (#9418)

Comment changes are shownComment changes are hidden
Commit
267 days ago
common : reimplement logging (#9418) https://github.com/ggerganov/llama.cpp/pull/9418
Author
Parents
  • .github/workflows
    • File
      build.yml
    • File
      server.yml
  • File
    Makefile
  • ci
    • File
      run.sh
  • common
    • File
      CMakeLists.txt
    • File
      arg.cpp
    • File
      common.cpp
    • File
      common.h
    • File
      log.cpp
    • File
      log.h
    • File
      ngram-cache.cpp
    • File
      sampling.cpp
    • File
      train.cpp
  • examples
    • batched-bench
      • File
        batched-bench.cpp
    • batched
      • File
        batched.cpp
    • convert-llama2c-to-ggml
      • File
        convert-llama2c-to-ggml.cpp
    • cvector-generator
      • File
        cvector-generator.cpp
    • embedding
      • File
        embedding.cpp
    • eval-callback
      • File
        eval-callback.cpp
    • export-lora
      • File
        export-lora.cpp
    • gritlm
      • File
        gritlm.cpp
    • imatrix
      • File
        imatrix.cpp
    • infill
      • File
        infill.cpp
    • llava
      • File
        clip.cpp
      • File
        llava-cli.cpp
      • File
        llava.cpp
      • File
        minicpmv-cli.cpp
    • lookahead
      • File
        lookahead.cpp
    • lookup
      • File
        lookup-stats.cpp
      • File
        lookup.cpp
    • main
      • File
        main.cpp
    • parallel
      • File
        parallel.cpp
    • passkey
      • File
        passkey.cpp
    • perplexity
      • File
        perplexity.cpp
    • retrieval
      • File
        retrieval.cpp
    • server
      • File
        CMakeLists.txt
      • File
        README.md
      • bench
        • File
          README.md
        • File
          bench.py
      • File
        server.cpp
      • tests
        • File
          .gitignore
        • File
          README.md
        • features/steps
          • File
            steps.py
      • File
        utils.hpp
    • simple
      • File
        simple.cpp
    • speculative
      • File
        speculative.cpp
    • tokenize
      • File
        tokenize.cpp
  • ggml
    • include
      • File
        ggml.h
    • src
      • File
        ggml-metal.m
  • src
    • File
      llama-impl.h
    • File
      llama.cpp
  • tests
    • File
      CMakeLists.txt
    • File
      test-arg-parser.cpp
    • File
      test-log.cpp