Evi1ran

Results 14 comments of Evi1ran
trafficstars

What's the status now? Any updated from anyone here?

@V0r-T3x I installed P4wnP1 on kali according to the instructions in your notes, and I had the same problem you described above. Although there were some problems, at least it...

大佬好,在两仪容器内打开 HttpCanary 抓包好像会报以下错误: Version: 两仪 0.5.4-03211927-20220321182552 ![HttpCanary_twoyi](https://user-images.githubusercontent.com/8848173/191449595-9c0677f2-d7d0-4774-93cb-a1dedc3aedd2.png)

@googlebot I signed it!

It just likes the official model. Get data in "created_at" order: ``` $posts = Post::whereLikedBy($user->id) ->with('likeCounter') ->orderby('created_at', 'desc') ->paginate(30); ```

请问您有解决吗?我也遇到了相同的情况,在 Office 2016 上成功执行上线,Office 2019 上报错。

@Yogalasksmi Maybe you could use `pip3 install --upgrade keras_preprocessing ` or reinstall it (uninstall and install) It works on my computer.

@duzx16 参考 #530 通过zero3 offload微调还是不行,求大神指导下。

@Facico 大佬您好,非常棒的开源项目,我有一个疑问。昨天看到另外一个项目,请问用这种方式对 LLaMA 进行中文词表扩充,重构合并 LoRA,然后再通过本项目进行训练,是否会对模型的中文表现有比较大的提升呢? `https://github.com/ymcui/Chinese-LLaMA-Alpaca`