王继武
王继武
> Copy paste that code it optimizes and also resolves the encoding issue :) Thank you for solving this code problem , however, the code indentation you sent **does not...
感谢 已修改 应该需要重新保存新的train.tsv, 而不是使用旧的train.tsv
> > > @Henry-Avery will be supported in 8.5. We will release it soon. Thanks! > > > > > > Any update? > > FYI, 8.5EA is available in...
> @wangjiwu , could you run `ldd` and check if the correct library is used. See the source code, `onehot` is already supported, > > https://github.com/onnx/onnx-tensorrt/blob/3b008c466bcb7375aaf5cabf51b289fd34d40c44/builtin_op_importers.cpp#L3155 yes i use ldd。it...
> ldd ./TensorRT-8.6.1.6/bin/trtexec linux-vdso.so.1 (0x00007ffc321b9000) /$LIB/libonion.so => /lib64/libonion.so (0x00007f028b9a3000) libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x00007f028b664000) libdl.so.2 => /usr/lib64/libdl.so.2 (0x00007f028b460000) librt.so.1 => /usr/lib64/librt.so.1 (0x00007f028b257000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f028aec2000) libm.so.6 => /usr/lib64/libm.so.6 (0x00007f028ab40000) libgcc_s.so.1...
Solution: first add this to ds_z3_config.json "bf16": { "enabled": "auto" }, then add "bf16": true to sft.json and delete "fp16"