1. 17 Apr, 2025 8 commits
  2. 16 Apr, 2025 4 commits
  3. 15 Apr, 2025 2 commits
  4. 14 Apr, 2025 3 commits
    • ZiWei Yuan's avatar
      Merge pull request #1108 from jizhilong/expose-cmake-logs · 8dc1ab9e
      ZiWei Yuan authored
      chore: show cmake output in real time during build_ext
      8dc1ab9e
    • sean.su's avatar
      Refactor the chat interface to support tool calling and parameter processing · 86991091
      sean.su authored
      Defined new data structures in chat.py to replace OpenAI's original implementation, adding support for tool calling.
      
      Implemented logic for extracting and processing tool calls, enabling dynamic function invocation during conversations.
      
      Added methods in balance_serve.py to retrieve sampling parameters, handling default values and edge cases.
      
      Updated ktransformers.py and transformers.py to support the passing of tool parameters.
      
      Modified the default value of top_p in config.py to 1.0 to increase generation diversity.
      
      Extended the message model in chat.py to support the transmission of tool call information.
      
      These changes enhance the system's flexibility and functionality, enabling more complex interaction patterns.
      86991091
    • Creeper-MZ's avatar
      updata function_call · a7e8d7c1
      Creeper-MZ authored
      a7e8d7c1
  5. 13 Apr, 2025 4 commits
  6. 11 Apr, 2025 2 commits
  7. 10 Apr, 2025 2 commits
    • Aubrey Li's avatar
      xxHash: fix link error due to non-position-independent code · 63ca2fa8
      Aubrey Li authored
      Add PROPERTIES POSITION_INDEPENDENT_CODE option to fix the
      following error:
      
      /usr/bin/ld: ../../third_party/xxHash/libxxhash.a(xxhash.c.o):
      relocation R_X86_64_32S against `.rodata' can not be used when
      making a shared object; recompile with -fPIC
      
      Trying to link a non-PIC static library libxxhash.a into a
      .so shared library, which is not allowed. The object file
      xxhash.c.o must be recompiled with explicit -fPIC support.
      63ca2fa8
    • jizhilong's avatar
      chore: show cmake output in real time during build_ext · 690d4d42
      jizhilong authored
      otherwise cmake error messages may be suppressed, making debugging
      difficult
      690d4d42
  8. 09 Apr, 2025 15 commits