Liangdi

Results 13 comments of Liangdi

`path_filter` , is function for filter request , not for `dir listing` the first param of filter fn is the `request path ` as your code: if you visisted `http://localhost:8080/main.rs`...

can support https://github.com/infinitered/nsfwjs or https://github.com/bhky/opennsfw2 for nsfw detection?

> @flutter-painter the marian-mt model should now be available in candle, we have an example that uses it to translate from french to english which you can find [here](https://github.com/huggingface/candle/tree/main/candle-examples/examples/marian-mt). thanks...

[ChatGLM3](https://github.com/THUDM/ChatGLM3) huggingface : https://huggingface.co/THUDM/chatglm3-6b

anather embeddings model https://huggingface.co/moka-ai/m3e-large

> > anather embeddings model https://huggingface.co/moka-ai/m3e-large > > I think this one may just work out of the box as it uses a standard bert model which already has been...

@LaurentMazare another LLM https://github.com/01-ai/Yi , they coverted the tokeninzer.json , i tested with Tokenizers , https://github.com/01-ai/Yi/issues/24#issuecomment-1801680600 , can candle support this Model?

> > @LaurentMazare another LLM https://github.com/01-ai/Yi , they coverted the tokeninzer.json , i tested with Tokenizers , [01-ai/Yi#24 (comment)](https://github.com/01-ai/Yi/issues/24#issuecomment-1801680600) , can candle support this Model? > > Just merged support...

我看了一下代码 , 访问后台管理界面的时候,会去 forum.cloudreve.org 请求数据,这个连接应该是来自这里 代码在 admin.go 里面 func AdminNews

我在 Linux 下跑一遍,f-string 的问题太多了, 建议作者批量处理一下 不止该 pr 修改的部分 主要两个问题 1. f-string 内换行 2. 双引号,问题 比如 f"abc"def"ghi" , 这种应该用 f'abc"def"ghi' 或者 f"abc'def'ghi"