Jianshi Huang

Results 6 issues of Jianshi Huang

I installed msgpack-idl 0.2.0 using cabal, and tested it using the example in README, however the command quit with code 1 and message: "mpidl: Prelude.undefined". I tested by outputting both...

IDL

I'm using C++ backend, there seems a minor glitch in generated hpp files, jubatus-msgpack-rpc will install header files into ``` /usr/local/include/jubatus/msgpack/rpc/ ``` but generated hpp file (i.e. classifier_client.hpp) uses ```...

Looks like fork only works for 'run' and 'Test'. Let's make (fork in console := true) also work for 'console'. Jianshi

Enhancement
help wanted

Here's an example: LANGUTILS> (tokens-for-ids (vector-document-words (vector-tag "Hello world. I'm here."))) ("Hello" "world." "I" "'" "m" "here.") I think it should be: ("Hello" "world" "." "I" "'" "m" "here" ".")

I got the following error message on a laptop with AMD integrated CPU (780m) of architecture code gfx1103. I've tested that ROCM is properly installed and Ollama:rocm works as expected....