Zhe Zhang

Results 10 issues of Zhe Zhang

In https://github.com/microsoft/garnet/issues/152 We found that when entering only the SCAN command we would not receive the return value ### **Now I fixed the bug.** The successful screenshot is below: ![image](https://github.com/microsoft/garnet/assets/61727602/5708178a-f75d-4503-9d9b-d793288f5c60)...

Since I found that **sismember** command was still missing, I added it

fix issue: https://github.com/microsoft/garnet/issues/190

fix: https://github.com/microsoft/garnet/issues/277

In Redis, when LEFT or RIGHT is missed, it will return syntax error. ![image](https://github.com/microsoft/garnet/assets/61727602/a9e373bb-a55c-47b1-8c46-c23173d26358) However, We didn't handle this situation ![image](https://github.com/microsoft/garnet/assets/61727602/bd372def-034b-473a-8b86-c198262165cb)

bug
API

您好,有一个问题想请教一下: 之前的模板图片都统一放到了image目录下,但是我的博客(或者全部)的图片想放到_post/static目录下,请问有啥设置办法吗?现在的问题是github仓库里面看md文件是没问题的,但是渲染出来的html页面是有问题的 ![image](https://github.com/mzlogin/mzlogin.github.io/assets/61727602/9601f86b-d2c9-40c5-aa90-2404d9c5ebd0)

### Your current environment The output of `python collect_env.py` ```text INFO 02-10 20:39:49 __init__.py:190] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used...

bug

**Environment**: • Framework: `verl` • Components: `PPO Trainer`, `FSDP Worker`, `Flash Attention` **Problem Description**: When running GRPO training with `use_remove_padding=True`, the code fails with: ``` RuntimeError: batch size must be...

``` export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 # Assume 8 GPUs export HYDRA_FULL_ERROR=1 # show more error message export NCCL_DEBUG=INFO # show more error message fairseq-hydra-train -m --config-dir examples/t5/config/pl \ --config-name base1m_rpe_mask25_10_2e-4_8gpus_bs8192 \ task.data=/path/to/data/githubcorpus/data-bin...