You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context changed to "assembly on linux"
--[ Trial 0 ]-----------------
assembly on linux-amd64.asm.d.
This assembler uses amd64 compiler to build the assembly.
In the
command line:
mvn clean install
In the
main.cmd:
cd /app/
In the
pkg/c/c
cd /app/c/c
In the
make.sh:
make -j2
In the
export JAVA_HOME=/path/to/jar/
JAVA_HOME=/path
--[ Trial 1 ]-----------------
assembly on linux
Traceback (most recent call last):
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 232, in
tmp = tokenizer.decode(all_tokens[out_last:])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 77, in decode
return self.decodeBytes(tokens).decode('utf-8')
^^^^^^^^^^^^^^^^^^^^^^^^
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 71, in decodeBytes
return b''.join(map(lambda i: self.idx2token[i], tokens))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 71, in
return b''.join(map(lambda i: self.idx2token[i], tokens))
~~~~~~~~~~~~~~^^^
KeyError: 0
on poor Intel(R) Celeron(R) N4100 it is usable ;)
please make a new demo with langchain and vulkan
thanks
The text was updated successfully, but these errors were encountered:
context changed to "assembly on linux"
--[ Trial 0 ]-----------------
assembly on linux-amd64.asm.d.
This assembler uses amd64 compiler to build the assembly.
In the
command line:
mvn clean install
In the
main.cmd:
cd /app/
In the
pkg/c/c
cd /app/c/c
In the
make.sh:
make -j2
In the
export JAVA_HOME=/path/to/jar/
JAVA_HOME=/path
--[ Trial 1 ]-----------------
assembly on linux
Traceback (most recent call last):
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 232, in
tmp = tokenizer.decode(all_tokens[out_last:])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 77, in decode
return self.decodeBytes(tokens).decode('utf-8')
^^^^^^^^^^^^^^^^^^^^^^^^
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 71, in decodeBytes
return b''.join(map(lambda i: self.idx2token[i], tokens))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/M/rwkv-cpp-accelerated/RWKV_v5_demo.py", line 71, in
return b''.join(map(lambda i: self.idx2token[i], tokens))
~~~~~~~~~~~~~~^^^
KeyError: 0
on poor Intel(R) Celeron(R) N4100 it is usable ;)
please make a new demo with langchain and vulkan
thanks
The text was updated successfully, but these errors were encountered: