Results 15 issues of Yao Chi

![image](https://user-images.githubusercontent.com/3351623/191715240-3634db12-4ebc-403c-81ac-0850ebb0553a.png)

给 `flow.div` 接口添加 rounding_mode keyword 参数 问题来源:https://github.com/Oneflow-Inc/vision/issues/242 - [x] div(tensor x, tensor y, rounding_mode) - [x] div(scalar x, tensor y, rounding_mode) - [x] div(tensor x, scalar y, rounding_mode) ![image](https://user-images.githubusercontent.com/3351623/197500696-7306afdc-b0aa-441b-9a6a-3ffbd70cd50d.png)

feature
op

修正跑 https://huggingface.co/latent-consistency/lcm-lora-sdxl 会报错的问题。 因为遇到一些 Module 是 m = None 的情况,现在是没有处理的。

automerge
bug
graph

https://github.com/Oneflow-Inc/OneTeam/issues/1982 添加 `nn.functional.multi_head_attention_forward`

问题描述类似这个 issue: https://github.com/Oneflow-Inc/oneflow/issues/7272 因为历史原因,OneFlow-Benchmark 中的模型可能存在 Tensor 和 tensor 的误用,需要排查并纠正。先记录在此,之后组织人排查和纠正。

需要收集整理用户常见 FAQ,先罗列在这里。之后 PR 合并到文档网站中。 - win 下安装失败的问题 - 安装了 placeholder oneflow 的问题 - python 版本不支持的问题 - 想要离线 whl 安装包的问题

基于 https://github.com/Oneflow-Inc/OneCollections/blob/a67287b649b39fd2bc29a17afeefbd9d241e73b1/OneEmbedding/one_embedding_tutorials.md 写一篇 howto guide ## 大纲 1. 简要说明 Embedding 现在算基操,非常简单代码展示下 flow.Embedding 的使用(创建 Embedding,查Embedding表) 2. 过渡到OneEmbedding ,说实际工业需要更强大的 embedding,然后概述说明 OneEmbedding:和现有的内容差不多。需要注意:是否可以更精简,去掉与 howto 无关的部分(即无法操作感知的部分);以及:是否要调换顺序,使得概要的各个功能点的顺序,和后文中的正文介绍的顺序一致 3. 使用 OneEmbedding 创建一个 Embedding 的示例。只需要展示最基本的功能(展示 make tables(设定表、行)、设定列、store_options 使用最普通的(GPU?)、查表(因为必需使用...

docs.oneflow.org 上线了 OneFlow Cookies 栏目,主要是解决 howto 的问题。这类文章的选题主要来自用户的需求(如qq群提问),欢迎大家补充。 这个 issue 做文章计划,方便后续分工解决。 - 用 Graph 模式做分布式训练 - 使用 DDP 模块做数据并行实战 - 使用 SBP 做数据并行实战 - 流水并行实战 - 模型并行实战 - 使用 libai 搭建...

先留个坑,之后补齐。 ## OneFlow API 文档基本情况 ## 中英文 API 文档维护常见问题 ## 用什么方案解决上述问题