Qiao.Zhang

Results 8 issues of Qiao.Zhang

Now prompt is cut to `max_src_len`, so prompt + new tokens is less than context_len. Then a lot prompt would be excluded, like system prompt. Could it use a sliding...

question

### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.10.0-dev-0ff13a6 Build...

bug

Data type mismatch here in pacing code, as also trotting and others ``` python class PacingOCPSolverFactory: def __init__(self, path_to_urdf=config.PATH_TO_URDF): self.path_to_urdf = path_to_urdf self.step_length = 0.02 self.step_height = 0.03 # .......

Does this support stream response? So I can continue accept partial message, and have nicer responding to user. https://platform.openai.com/docs/api-reference/chat/create#chat/create-stream

enhancement

running dpo with Qwen meet flatten problem. FSDP config as follow ```yaml compute_environment: LOCAL_MACHINE debug: false distributed_type: FSDP downcast_bf16: 'no' fsdp_config: fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP fsdp_backward_prefetch: BACKWARD_PRE fsdp_cpu_ram_efficient_loading: true fsdp_forward_prefetch: false fsdp_offload_params:...

### System Info peft 0.11.2.dev0 transformers 4.41.2 Python 3.12.2 trl 0.9.4 ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My...

The open function of WebSocketClient does not support param, could that be supported? I think the change is small. change function definition from ```C++ int open(const char* url, const http_headers&...

I have down load scene from habitat-sim test examples and load with following code, but nothing show up except the empty ground plane. ``` python import genesis as gs gs.init(backend=gs.cpu)...

bug
P1