Xu Liu

Results 3 issues of Xu Liu

I'm building with docker, but when commanding `cmake .. -DCMAKE_INSTALL_PREFIX=your_install_path -DPYTHON_EXECUTABLE=$(which python)` in the docker bash, the error occurs: -- Could NOT find LpSolve (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIRS LPSOLVE_LINKS) -- Could...

I'm trying with RLHF with GPT-j (the given example in examples/summarize_rlhf) on 2 3090 GPUs (with 24GB of memory on each GPU). In order to make the model runnable on...

I'm currently attempting to reproduce the results from the paper. Upon examining the code, it appears that the setting for offline ratio is limited to 0.5 in this implementation. This...