Yao Chi
Yao Chi
scatter 的inplace 方法还没有,不过 outplace 方法已经有了,可以暂时用 ``` a = flow.scatter(a, ...) ``` 的方式代替 ``` a.scatter(...) ```
The CI failed for code not formatted correctly. Can you please run `ninja of_format` or `make of_format` for re-formating the code and then push it?
![Uploading image.png…]() 点击下这个图标,按照提示把 CLA 签了吧
CI 需要紫色、绿色标签类的,起码各一个。那个 “need-check-error-msg”是和 CI 功能有关的标签,应该是启动一般不用多检查,我不确定你这个PR是否用得上,先取消了(黑色标签应该都是)
> flow.masked_fill() 接口需要包一下 好的,我看 torch 里只有 `torch.Tensor.masked_fill_`, 所以这个 `flow` 下的接口,我也只导出,不添加文档了哈。
我想用这个分支做测试。但是编译时报了一些由 clang-tidy 检查出的错误导致编译不通过,大多是数据类型隐式转换的 warning。 智敏可以帮忙看看修改下吗。或者说这个问题是已知的,可以不修改代码的前提下,用其它方法绕过,编译成功?如果有,也请告诉我,谢谢。 ```text /home/yaochi/oneflow/oneflow/core/functional/impl/math_functor.cpp: In member function ‘oneflow::Maybe oneflow::one::functional::impl::StftFunctor::operator()(const std::shared_ptr&, int64_t, oneflow::Optional, oneflow::Optional, const oneflow::Optional&, bool, const string&, bool, bool, bool) const’: /home/yaochi/oneflow/oneflow/core/functional/impl/math_functor.cpp:3181:62: error: narrowing conversion of...
could you tell me, which model are you trying to convert by onediff? it may be caused some closure feature of python
@wangerlie is working on it, and will let you know if there is any progress
这个分支里,comfyui 跑不起来了 ``` File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/data/home/yaochi/onediff/ComfyUI/comfy/ops.py", line 20, in import comfy.model_management File "/data/home/yaochi/onediff/ComfyUI/comfy/model_management.py", line 121, in total_vram = get_total_memory(get_torch_device())...
CI 挂掉的原因是因为 lora 的那个模型没有成功出现在 `/app/ComfyUI/models/loras`。