Xiao-Yong Jin
Xiao-Yong Jin
This looks like trouble. Is it possible to use `printf %q` instead? I can make a PR when I have a better understanding of your code. https://github.com/sstephenson/bats/blob/03608115df2071fff4eaaff1605768c275e5f81f/libexec/bats-preprocess#L41-L42
I understand the move away from the Bourne shell, but your nightmare hasn't ended yet. Perhaps it's time to rewrite it again into `gxi.scm`?
The keys, `t`, `T`, `o`, `O`, behave rather unexpected, considering they have rather standard usage in vi/vim. Perhaps you want to leave them to `evil-leader`, or at least let people...
The OpenMP target backend here is still a work in progress. We welcome any suggestions. As of now this port uses a few Intel extensions, contains hacks specifically for Intel...
We first make sure when `BlasArg` is instantiated, the argument for functor `caxpyxmazMR_` is truly passed as a kernel argument. Then we make `use_kernel_arg` an int, and introduce it to...
Using commit dd6207e6e, cuda 11.6.2, gcc 12.1.0, running on ``` CUDA Driver version = 11060 CUDA Runtime version = 11060 Found device 0: NVIDIA A100-PCIE-40GB Using device 0: NVIDIA A100-PCIE-40GB...
This PR replaces the switch statements in `color_spinor.h` with `if constexpr`. In order to supply `constexpr int` to the template parameters, we introduce `static_for` for compile time unrolling the for...
The lime executables in the build directories (`_deps/qio-build/other_libs/c-lime/examples`) have proper RPATH points to the build directory (`_deps/qio-build/other_libs/c-lime/lib`). The installed `lime-*` executables under `usqcd/bin` have no RPATH set, even though the...
I found the conversation here https://github.com/haotian-liu/LLaVA/blob/6520ad9067e0484000ba4fb20dbe9eaa5a80aa84/llava/conversation.py#L165-L194 Given the code here https://github.com/haotian-liu/LLaVA/blob/6520ad9067e0484000ba4fb20dbe9eaa5a80aa84/llava/conversation.py#L26-L35 This seems to tell me that the actual training sequence is rather ``` f'{system}###Human: {instruct}###Assistant: {completion}###' ``` There doesn't...
We make the uniform random number for the log function in the Box-Muller algorithm always non-zero. For RngMilc6, rescale the value from uniform and remove the use of TINY. For...