- 13 Apr, 2025 2 commits
-
-
ErvinXie authored
xxHash: fix link error due to non-position-independent code
-
ZiWei Yuan authored
Add missing references to ik_llama.cpp
-
- 11 Apr, 2025 2 commits
-
-
Iwan Kawrakow authored
-
Iwan Kawrakow authored
-
- 10 Apr, 2025 1 commit
-
-
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.
-
- 09 Apr, 2025 20 commits
-
-
Atream authored
Create SECURITY.md
-
Atream authored
-
Atream authored
Update llama4.md
-
Atream authored
-
Atream authored
Update llama4.md
-
Atream authored
-
Atream authored
Update llama4.md
-
Atream authored
-
Atream authored
Update llama4.md
-
Atream authored
-
Jianwei Dong authored
update llama4 tutorial
-
djw authored
-
Jianwei Dong authored
update llama4 tutorial
-
djw authored
-
Jianwei Dong authored
update llama4 tutorial
-
djw authored
-
Azure authored
balance_serve: Add g++ to compiler list
-
Aubrey Li authored
In some OS distributions, g++ exists in the following form: # ls -l /usr/bin/g++* -rwxr-xr-x 4 root root 985784 Dec 9 12:51 /usr/bin/g++ So make sure to add g++ to the compiler list as well.
-
Atream authored
Update attention.py
-
Atream authored
-
- 08 Apr, 2025 6 commits
-
-
wang jiahao authored
Update balance-serve.md
-
wang jiahao authored
-
wang jiahao authored
format kvc2, delete quant_configs, move model_configs to ~/.ktransfor…
-
qiyuxinlin authored
-
Atream authored
fix compile, add abi check to setup.py
-
Atream authored
-
- 07 Apr, 2025 9 commits
-
-
wang jiahao authored
Update balance-serve.md
-
wang jiahao authored
-
Azure authored
Fix TypeError when invoke KLinearCPUInfer.forward()
-
wang jiahao authored
fix temperature=0, flashinfer sample error
-
dongjw authored
-
Atream authored
Fix compile
-
Aubrey Li authored
Fix the following error: File "/home/aubrey/work/ktransformers/ktransformers/operators/linear.py", line 825, in forward y = self.generate_linear.forward(x, bsz_tensor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: KLinearCPUInfer.forward() takes 2 positional arguments but 3 were given -
Atream authored
-
Atream authored
-