Jialong Wu

Results 19 comments of Jialong Wu

Maybe you can set the value of max_length to a higher value in the chat function.

It seems that maintainers used the deprecated `sklearn` PyPI package in [requirements.txt](https://github.com/yxuansu/SimCTG/blob/main/requirements.txt). https://github.com/yxuansu/SimCTG/blob/3a91449c8f3133f2c183e481e705b1dbb268589c/requirements.txt#L7 A simple solution is that you can add a prefix `SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True` in your pip command.

> medusa_logits = logits[i, :, : -(2 + i)].contiguous() medusa_labels = labels[..., 2 + i :].contiguous() > > Why use 2 as start gap for logits and label align? In...

Could you provide the reported error?

we have fixed the method of building from source using ```pip install -e .```. you can give a try again.