Ryuici

Results 6 issues of Ryuici

Hi, I got error `CMAKE_MAKE_PROGRAM` is not set. My env is MacOS 11.3.1. CMake version: ```sh ❯ cmake --version cmake version 3.23.1 CMake suite maintained and supported by Kitware (kitware.com/cmake)....

enhancement

I have an issue with dependency from dependent library. Let's say I need to perform testing with `go test`. As follow: ```shell go on  master via 🐹 v1.1 ➜...

Hi, I am interested to take a challenge persisting the Process to DB. What's the best approach that should I take? 1. Persisting in JSON 2. Persisting in Binary using...

question

Hi guys & redfin, Any idea, How to add loader during server rendering for the "main content" part in bike share example https://github.com/redfin/react-server/tree/master/packages/react-server-examples/bike-share? Also it seems that the footer section...

**Environment:** 1. MacOS BigSur 11.5.2 (Intel) 2. Please version 16.14.0 3. Golang `go version go1.17.2 darwin/amd64` **Step to reproduce to run Golang Server:** 1. Install please with Homebrew 2. Clone...

Hi, I have issue with the generated JSON response. It seems that it doesn't respond well with array related prompt instruction. ``` from transformers import AutoModelForCausalLM, AutoTokenizer print("Loading model and...