H.Li
H.Li
## 🌟 Feature Description Is there any plan to support limit orderbook data?
> python setup.py install will give the following TypeError. Is this because I am using a m1 chip mac? ``` [LIBJPEG] libjpeg-turbo is used for the functionality of libjpeg. DIR_LIBJPEG_HEADER:...
There are several missing transforms (ToYCrCb, ChromaSubsample, UpsampleDCT, CenterCropDCT) in cvtransforms.py. Do u mind to provide these functions in the near future? Thanks
 Did I miss any packages?
Hi thanks for share this code, In the last line of `sync_buffer` function, should `world_size` be `world_size()`?
Hello, thanks for this nice work. I trained a eagle "English" verison model on qwen2.5, and tested it on mt_bench data. The ratio is about 3.0. I also tested it...
how to load the dataset? is there any docs about the usage? Thanks!
How to prevent from jumping to next line, when auto-completing words using `tab` to goto next and `enter` to select the completion. Then vim will go to next line. ```...
When runing the code: ``` import data import models import soundfile as sf import torch device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") config = data.read_config("experiments/no_unfreezing.cfg") _, _, _ = data.get_SLU_datasets(config)...