Results 5 comments of xkz

@chengyifly disqusname 是你的用户名,还是 disqus 里站点名? 你看下这里的评论有讨论:http://minixalpha.github.io/StrayBirds/%E7%94%9F%E6%B4%BB/2015/05/10/life.html

@mfloong 抱歉工作原因没有及时跟进,距离我上次测试已经过去很久,现在 GitHub 环境可能已经发生了变化,近期我会再进行完整的测试,解决目前的问题。

I have the same problem when using CPU to do XSeg apply, if you use CPU, you should change the code of the file "_internal\DeepFaceLab\mainscripts\XSegUtil.py", from ```python xseg = XSegNet(name='XSeg',...

能把你初始化 model 的代码贴一下吗?我用 llama2 的时候遇到了同样问题, `model = LlamaForCausalLM.from_pretrained(model_id, load_in_8bit=True, device_map='auto', torch_dtype=torch.float16)` 改成 `model = LlamaForCausalLM.from_pretrained(model_id, load_in_8bit=True, device_map='auto', torch_dtype=torch.float32)` 后这种现象会有所缓解,但没完全消失。

I have the same problem when I use another plugin [jekyll-monthly-archive-plugin ](https://github.com/shigeya/jekyll-monthly-archive-plugin) with jekyll 1.4.2. When I change jekyll to version 1.2.0,the error "Generating... error: no implicit conversion of nil...