papersnake

Results 20 comments of papersnake

@volkerha Maybe replace 40 | true, | ^~~~ | | | bool with c10d::OpType::SEND, would slove the problem. Just check [GlmOp.h](https://github.com/THUDM/FasterTransformer/blob/2efa77ea7bf469bb20c0c682c56d20114ad27db4/src/fastertransformer/th_op/glm/GlmOp.h) and do little changes.

> @volkerha I tried installing with c++7, but could not get past cmake stage. Will it be possible for you to share your conda environment in yaml file or something?...

> > Maybe replace > > 40 | true, > > | ^~~~ > > | | > > | bool > > with > > c10d::OpType::SEND > > That...

The easiest way to solve this problem is using docker, due to conda environment varies greatly.

> @prnake How can I call the service after running service with default flask app of fasttransformers? Are there some demos? Thanks! You can use scripts in the example directory:...

> It seems that torch.cos() and c cos func generates slightly different results which leads to the different results of rotary embedding. Anyone has idea for the solution? You are...

不同年份的 jsonl 并不能保证以相同格式提供,建议下载后手动处理,例如在 git lfs 安装后,使用 `git clone https://huggingface.co/datasets/Papersnake/people_daily_news` 来下载数据。

> Thank you for the changes. Can you write tests for these, please? It seems like a lot of code with quite a big impact. Also, it's 3 different changes...

As far as I know, there is no python implementation with [readability.js](https://github.com/mozilla/readability/tree/main). It's possible to use [go-readability](https://github.com/go-shiori/go-readability) instead of readablity_lxml with C binding, it's faster and with more precision.