Su Yang
Su Yang
talk is cheap, so i did it https://github.com/nginx/njs-examples/pull/22
@eliranwong try https://github.com/soulteary/docker-python-in-go/
Hello @ovizii , there are two best practices when I personally use: 1. Based on the current image as the base image, build images with curl, wget, and even python,...
I saw this issue was opened again, maybe what's missing here is a simple blog post or best practice :) // Sorry for being overwhelmed by thousands of squeezed issues,...
> > 2. Only use this image to call other programs for execution, stripping the complexity, and this program is only used as a trigger > > @soulteary How would...
> FYI in [my fork](https://github.com/brycedrennan/imaginAIry) I switched to a newer pytorch lightning and it did require several code changes to get training working. Not sure if inference is affected as...
i suggest you try it with docker container, e.g. nvidia pytorch container, refs: https://github.com/facebookresearch/xformers/issues/960
you can do it by yourself https://github.com/facebookresearch/xformers/issues/960
@flashliao Hi~ 感谢“来信”,确实今年比较忙。 不过,我的测试版本集成了 https://simpleicons.org/,还在做“体积优化” ,如果你迫切需求的话,估计下周我可以帮你 check 一个新分支,update 一份?或者你也可以使用开源的 flare 仓库,修改一个版本。
@LightAPIs 你好👋 这个问题确实通过继续延续之前的代码思路可以继续解决,但是会导致程序体积产生不必要的增加,并不是所有用户和设备都需要更多的资源来运行这个小程序,即使大家并不是那么缺计算资源,但追求更高效的执行始终是这个程序应该坚持的事情。 之前写了一个新的小工具(WIP),用来剥离 icons,以及使用了一些技巧来压缩 icons,但写到一半想到并不需要 contains 所有的 icons,就考虑换一个思路,提供一个 onair 的 icon picker,这样可以继续保持应用简单,以及也能为其他的开源软件提供一些额外的好处。 手头项目告一段落之后,我想对 flare 进行一些模块更新,剥离 icons、theme,这样就能够解决存着 issue 中 80% 的问题,以及能够进一步提升运行性能啦~