David Zhuang

Results 71 comments of David Zhuang

The problem is from the API side. I will see what I can do..

AC请参见: https://github.com/soimort/you-get/blob/develop/src/you_get/extractors/acfun.py#L48-L55 and https://github.com/soimort/you-get/blob/develop/src/you_get/extractors/youku.py#L331-L388

Instead of adding full Shadowsocks support how about chaining existing Shadowsocks client that usually exposes a SOCKS5 proxy? You can run multiple Shadowsocks clients concurrently and tell them to expose...

@MXall0c feel free to try out at https://github.com/kitabisa/mubeng/pull/133 before the PR is merged.

没那么难但是小坑不少。 0. 取FFmpeg路径 1. 起一个本地HTTP服务器(为了安全性,考虑对文件扩展名做白名单,并考虑锁目录写权限):需要开一个新进程 2. 用FFmpeg进行转码: `ffmpeg -i https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3 -c:a libfaac -q:a 330 /path/to/http/server/root/folder/file_example_MP3_700KB.aac` 3. 拼接URL传回解析器 `http://localhost:65536/file_example_MP3_700KB.aac` 4. 使用原有逻辑进行代理。

模型格式和OpenAI一样 直接设成上游装作代理站即可?

Seems that this line still exists in the latest version https://github.com/lxe/simple-llm-finetuner/blob/master/trainer.py#L163 :-(

@Datta0 I suppose your issue was caused by stale `datasets` pre-installed in your environment. Running `pip install datasets -U` should fix your issue. @lxe - Maybe change the `pip install...

希望推荐一些 Textmate 的进阶文章

虽然很感谢您对此项目的兴趣 但是这项目死了呀 新版本我还没写呢( 最后祝您身体健康 再见。 > 在 2016年8月26日,下午8:53,neverkael [email protected] 写道: > > 不是很懂这个cookies该怎么用 > 文件也按照格式修改了,也放在同样的一个目录下面了 > 为什么在cmd上运行永远显示无法找到cookies > ‘./bilicookies‘’ 这个在windows上面不能执行么? > > — > You are receiving this because you...