H.Li

Results 10 issues of H.Li

## 🌟 Feature Description Is there any plan to support limit orderbook data?

enhancement

> 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

![1624007135756](https://user-images.githubusercontent.com/15117545/122536756-75156280-d057-11eb-8092-83bff523d34a.jpg) 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()`?

CLA Signed

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...

如题,请问两种模型的选择有什么特别的理由嘛?谢谢

question

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)...