Skip to content

[BUG] 使用默认编辑器书写的文章,如果文章中有表格,导出为md、复制为md时无法正确识别表格标题 #7

@ClearPlume

Description

@ClearPlume

这是原始结构:

精度 含义 内存占用 内存结构
fp32(float32) 全精度浮点数 4字节,32位 1 bit 符号,8 bit 指数,23 bit 尾数
fp16(float16) 半精度浮点数 2字节,16位 1 bit 符号,5 bit 指数,10 bit 尾数
int8 8位整数 1字节,8位 8 bit 整数
int4 4位整数 0.5字节,4位 4 bit 整数

这是导出后的结构:

|     |     |     |     |
| --- | --- | --- | --- |
| 精度  | 含义  | 内存占用 | 内存结构 |
| fp32(float32) | 全精度浮点数 | 4字节,32位 | 1 bit 符号,8 bit 指数,23 bit 尾数 |
| fp16(float16) | 半精度浮点数 | 2字节,16位 | 1 bit 符号,5 bit 指数,10 bit 尾数 |
| int8 | 8位整数 | 1字节,8位 | 8 bit 整数 |
| int4 | 4位整数 | 0.5字节,4位 | 4 bit 整数 |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions