JeffDing
  • 中国上海
  • OpenI首批资深体验官,MindSpore资深开发者,Ascend优秀开发者,主要探索学习国产算力、Mindspore、Ascend、AI For Science、LLM
  • Joined on Apr 26, 2021
  • Organization
Loading Heatmap…

JeffDing synced commits to main at JeffDing/lmdeploy from mirror

34 minutes ago

JeffDing synced commits to master at JeffDing/ffmpeg from mirror

  • 12b853530a Add tools/merge-all-source-plugins Simple script to merge all source plugins. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 23592f942d swscale/output: fix integer overflow in yuv2rgba64_full_1_c_template() Fixes: signed integer overflow: -293650 * 16525 cannot be represented in type 'int' Fixes: 408304111/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-4762210299871232 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 05f8c8c4c2 avformat/matroskadec: check that channels fit in signed 32bit int Fixes: signed integer overflow: -1384566925600903168 * 16 cannot be represented in type 'long' Fixes: 407069502/clusterfuzz-testcase-minimized-ffmpeg_dem_WEBM_DASH_MANIFEST_fuzzer-5159255372267520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 8e6db875af avcodec/takdec: Check remaining space for first predictors Fixes: Timeout Fixes: 403673829/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TAK_fuzzer-5498240154009600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 4a9d907b5e avcodec/4xm: Check frame_4cc before allocation Fixes: Timeout Fixes: 403402798/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FOURXM_fuzzer-5012819292782592 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Compare 23 commits »

46 minutes ago

JeffDing synced commits to main at JeffDing/LLaMA-Factory from mirror

  • e8a18c17e9 [infer] Modify vllm_infer.py to batch preprocess to avoid too much files opened error (#8051) Co-authored-by: Kingsley <82590017+Kuangdd01@users.noreply.github.com>

4 hours ago

JeffDing synced commits to main at JeffDing/lmdeploy from mirror

  • c6f0f114fd fix dp>1 tp=1 ep=1 (#3555)
  • ff1de667ee fix proxy server heart beat (#3543) * fix proxy server heart beat * fix dict iter
  • 839e49024e ray safe exit (#3545)
  • 941d389c73 [bug fix] fix PD Disaggregation in DSV3 (#3547) * [bug fix] fix PD Disaggregation in DSV3 * remove redundant object
  • Compare 4 commits »

5 hours ago

JeffDing synced commits to master at JeffDing/ffmpeg from mirror

  • 889e7f2c5c compat/cuda: add device side printf function
  • 3f94201324 avformat/iamf_parse: increase PutBytes buffer when writing AAC extradata We may write up to 43 bits, so 5 bytes is not enough. Fixes: Assertion n>=0 && n<=32 failed at ./libavcodec/get_bits.h:406 Fixes: 398527871/clusterfuzz-testcase-minimized-ffmpeg_dem_IAMF_fuzzer-6602025714647040 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: James Almer <jamrial@gmail.com>
  • 3004835850 checkasm: hevc sao, use checkasm_check_padded
  • 5150d26e0a checkasm: hevc sao_edge, benchmarking inside the width loop is meaningless
  • 45bea45c7b checkasm: add vvc_sao This is a part of Google Summer of Code 2023 AVX2: - vvc_sao.sao_band [OK] - vvc_sao.sao_edge [OK] checkasm: all 54 tests passed vvc_sao_band_8_8_c: 157.4 ( 1.00x) vvc_sao_band_8_8_avx2: 30.7 ( 5.12x) vvc_sao_band_8_10_c: 119.4 ( 1.00x) vvc_sao_band_8_10_avx2: 29.2 ( 4.09x) vvc_sao_band_8_12_c: 144.6 ( 1.00x) vvc_sao_band_8_12_avx2: 30.0 ( 4.82x) vvc_sao_band_16_8_c: 446.5 ( 1.00x) vvc_sao_band_16_8_avx2: 103.3 ( 4.32x) vvc_sao_band_16_10_c: 399.2 ( 1.00x) vvc_sao_band_16_10_avx2: 64.3 ( 6.21x) vvc_sao_band_16_12_c: 472.9 ( 1.00x) vvc_sao_band_16_12_avx2: 56.5 ( 8.37x) vvc_sao_band_32_8_c: 2430.9 ( 1.00x) vvc_sao_band_32_8_avx2: 203.3 (11.96x) vvc_sao_band_32_10_c: 1405.7 ( 1.00x) vvc_sao_band_32_10_avx2: 208.5 ( 6.74x) vvc_sao_band_32_12_c: 2054.3 ( 1.00x) vvc_sao_band_32_12_avx2: 213.0 ( 9.64x) vvc_sao_band_48_8_c: 3835.4 ( 1.00x) vvc_sao_band_48_8_avx2: 604.2 ( 6.35x) vvc_sao_band_48_10_c: 3624.6 ( 1.00x) vvc_sao_band_48_10_avx2: 468.8 ( 7.73x) vvc_sao_band_48_12_c: 3752.4 ( 1.00x) vvc_sao_band_48_12_avx2: 477.5 ( 7.86x) vvc_sao_band_64_8_c: 6061.1 ( 1.00x) vvc_sao_band_64_8_avx2: 803.9 ( 7.54x) vvc_sao_band_64_10_c: 6142.5 ( 1.00x) vvc_sao_band_64_10_avx2: 827.3 ( 7.43x) vvc_sao_band_64_12_c: 6106.6 ( 1.00x) vvc_sao_band_64_12_avx2: 839.9 ( 7.27x) vvc_sao_band_80_8_c: 9478.0 ( 1.00x) vvc_sao_band_80_8_avx2: 1516.7 ( 6.25x) vvc_sao_band_80_10_c: 10300.5 ( 1.00x) vvc_sao_band_80_10_avx2: 1298.7 ( 7.93x) vvc_sao_band_80_12_c: 8941.1 ( 1.00x) vvc_sao_band_80_12_avx2: 1315.3 ( 6.80x) vvc_sao_band_96_8_c: 13351.5 ( 1.00x) vvc_sao_band_96_8_avx2: 1815.4 ( 7.35x) vvc_sao_band_96_10_c: 13197.5 ( 1.00x) vvc_sao_band_96_10_avx2: 1872.4 ( 7.05x) vvc_sao_band_96_12_c: 11969.0 ( 1.00x) vvc_sao_band_96_12_avx2: 1895.8 ( 6.31x) vvc_sao_band_112_8_c: 19936.9 ( 1.00x) vvc_sao_band_112_8_avx2: 2802.3 ( 7.11x) vvc_sao_band_112_10_c: 19534.9 ( 1.00x) vvc_sao_band_112_10_avx2: 2635.0 ( 7.41x) vvc_sao_band_112_12_c: 16520.6 ( 1.00x) vvc_sao_band_112_12_avx2: 2591.8 ( 6.37x) vvc_sao_band_128_8_c: 25967.5 ( 1.00x) vvc_sao_band_128_8_avx2: 3155.3 ( 8.23x) vvc_sao_band_128_10_c: 24002.6 ( 1.00x) vvc_sao_band_128_10_avx2: 3374.6 ( 7.11x) vvc_sao_band_128_12_c: 20829.4 ( 1.00x) vvc_sao_band_128_12_avx2: 3377.0 ( 6.17x) vvc_sao_edge_8_8_c: 174.6 ( 1.00x) vvc_sao_edge_8_8_avx2: 37.0 ( 4.72x) vvc_sao_edge_8_10_c: 174.4 ( 1.00x) vvc_sao_edge_8_10_avx2: 58.5 ( 2.98x) vvc_sao_edge_8_12_c: 171.1 ( 1.00x) vvc_sao_edge_8_12_avx2: 58.5 ( 2.93x) vvc_sao_edge_16_8_c: 677.7 ( 1.00x) vvc_sao_edge_16_8_avx2: 72.2 ( 9.39x) vvc_sao_edge_16_10_c: 724.8 ( 1.00x) vvc_sao_edge_16_10_avx2: 106.4 ( 6.81x) vvc_sao_edge_16_12_c: 647.0 ( 1.00x) vvc_sao_edge_16_12_avx2: 106.6 ( 6.07x) vvc_sao_edge_32_8_c: 3001.8 ( 1.00x) vvc_sao_edge_32_8_avx2: 157.6 (19.04x) vvc_sao_edge_32_10_c: 3071.1 ( 1.00x) vvc_sao_edge_32_10_avx2: 404.2 ( 7.60x) vvc_sao_edge_32_12_c: 2698.6 ( 1.00x) vvc_sao_edge_32_12_avx2: 398.8 ( 6.77x) vvc_sao_edge_48_8_c: 6557.7 ( 1.00x) vvc_sao_edge_48_8_avx2: 380.1 (17.25x) vvc_sao_edge_48_10_c: 6319.9 ( 1.00x) vvc_sao_edge_48_10_avx2: 896.3 ( 7.05x) vvc_sao_edge_48_12_c: 6306.4 ( 1.00x) vvc_sao_edge_48_12_avx2: 885.5 ( 7.12x) vvc_sao_edge_64_8_c: 11510.7 ( 1.00x) vvc_sao_edge_64_8_avx2: 504.1 (22.84x) vvc_sao_edge_64_10_c: 10917.4 ( 1.00x) vvc_sao_edge_64_10_avx2: 1608.3 ( 6.79x) vvc_sao_edge_64_12_c: 11499.8 ( 1.00x) vvc_sao_edge_64_12_avx2: 1586.4 ( 7.25x) vvc_sao_edge_80_8_c: 18193.2 ( 1.00x) vvc_sao_edge_80_8_avx2: 930.2 (19.56x) vvc_sao_edge_80_10_c: 17984.3 ( 1.00x) vvc_sao_edge_80_10_avx2: 2420.9 ( 7.43x) vvc_sao_edge_80_12_c: 18289.4 ( 1.00x) vvc_sao_edge_80_12_avx2: 2412.1 ( 7.58x) vvc_sao_edge_96_8_c: 26361.8 ( 1.00x) vvc_sao_edge_96_8_avx2: 1118.4 (23.57x) vvc_sao_edge_96_10_c: 26162.2 ( 1.00x) vvc_sao_edge_96_10_avx2: 3666.9 ( 7.13x) vvc_sao_edge_96_12_c: 25926.6 ( 1.00x) vvc_sao_edge_96_12_avx2: 3433.9 ( 7.55x) vvc_sao_edge_112_8_c: 36562.9 ( 1.00x) vvc_sao_edge_112_8_avx2: 1741.0 (21.00x) vvc_sao_edge_112_10_c: 38126.4 ( 1.00x) vvc_sao_edge_112_10_avx2: 5153.3 ( 7.40x) vvc_sao_edge_112_12_c: 36345.7 ( 1.00x) vvc_sao_edge_112_12_avx2: 4684.9 ( 7.76x) vvc_sao_edge_128_8_c: 46379.8 ( 1.00x) vvc_sao_edge_128_8_avx2: 2012.4 (23.05x) vvc_sao_edge_128_10_c: 47029.5 ( 1.00x) vvc_sao_edge_128_10_avx2: 6162.2 ( 7.63x) vvc_sao_edge_128_12_c: 49647.3 ( 1.00x) vvc_sao_edge_128_12_avx2: 6127.1 ( 8.10x) Co-authored-by: Nuo Mi <nuomi2021@gmail.com>
  • Compare 9 commits »

16 hours ago

JeffDing synced commits to dev at JeffDing/mindformers from mirror

  • 6be6789000 !6186 【dev】【bug-fix】修复权重转换引入torch依赖问题 Merge pull request !6186 from zhouxq/bugfix-torch-dev
  • 82c8a01e91 【dev】【bug-fix】修复权重转换引入torch依赖问题
  • Compare 2 commits »

17 hours ago

JeffDing synced commits to br_infer_deepseek_os at JeffDing/mindformers from mirror

17 hours ago

JeffDing synced commits to br_feature_mcore at JeffDing/mindformers from mirror

  • b1e331c3da !6187 【br_feature_mcore】【bug-fix】修复权重转换引入torch依赖问题 Merge pull request !6187 from zhouxq/bugfix-torch-mcore
  • a593b1413f 【br_feature_mcore】【bug-fix】修复权重转换引入torch依赖问题
  • Compare 2 commits »

17 hours ago

JeffDing synced commits to main at JeffDing/LLaMA-Factory from mirror

17 hours ago

JeffDing synced commits to wbruinsma/cams-model at JeffDing/aurora from mirror

17 hours ago

JeffDing synced commits to main at JeffDing/Megatron-LM from mirror

  • 8416bff56a Merge branch 'inprocess_mr' into 'main' MR feedback: added units for arguments, optional argparse flag to clear GPU... See merge request ADLR/megatron-lm!3308
  • 9c586bfa41 ADLR/megatron-lm!3308 - MR feedback: added units for arguments, optional argparse flag to clear GPU... Co-authored-by: Szymon Migacz <smigacz@nvidia.com>
  • Compare 2 commits »

22 hours ago

JeffDing synced commits to core_r0.12.0 at JeffDing/Megatron-LM from mirror

  • 435bf8d3c4 Merge branch 'skierat/zarr_out' into 'core_r0.12.0' Remove Zarr tests to fix legacy testing after dropping Zarr support See merge request ADLR/megatron-lm!3311
  • 12e6338fc7 ADLR/megatron-lm!3311 - Remove Zarr tests to fix legacy testing after dropping Zarr support
  • Compare 2 commits »

22 hours ago

JeffDing synced commits to main at JeffDing/opencompass from mirror

  • 3d1760aba2 [Dataset] Add Scieval (#2089) * style: pass all formatting hooks (yapf & quote fixer) * revise name:Add Lifescience Sub-set Support for MMLU & SciEval (datasets + configs + loader) * revise name:Add Lifescience SciEval (datasets + configs + loader+dataset-index.yml) * Add Lifescience SciEval (datasets + configs + loader+dataset-index.yml) * all categories of SciEval (datasets + configs + loader+dataset-index.yml) * revise name:Add Lifescience SciEval (datasets + configs + loader+dataset-index.yml) * revise :SciEval 5shot --------- Co-authored-by: root <tangcheng231@mails.ucas.edu.cn>

1 day ago

JeffDing synced commits to master at JeffDing/apex from mirror

  • 8ad740d3ab Deprecate `apex.transformer` & `apex.contrib.gpu_direct_storage` (#1901) * give deprecation to `apex.transformer` and `apex.contrib.gpu_direct_storage` Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * add pointer to `torch.cuda.gds` --------- Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>

1 day ago

JeffDing synced commits to main at JeffDing/Megatron-LM from mirror

  • 53d55fb27f Merge branch 'ko3n1g/ci/fix-downstream-pipeline' into 'main' ci(hotfix): Downstream pipeline See merge request ADLR/megatron-lm!3307
  • d2cbe5ae23 ADLR/megatron-lm!3307 - ci(hotfix): Downstream pipeline
  • 4a114e689b Merge branch 'dist-ckpt-2408' into 'main' Address dist checkpointing PyT 24.08 failure See merge request ADLR/megatron-lm!3253
  • c58e57fb84 ADLR/megatron-lm!3253 - Address dist checkpointing PyT 24.08 failure
  • d6eb60b5ea Merge branch 'ko3n1g/ci/unit-tests-locally' into 'main' ci(fix): Write logs to log_dir See merge request ADLR/megatron-lm!3299
  • Compare 10 commits »

1 day ago

JeffDing synced commits to core_r0.12.0 at JeffDing/Megatron-LM from mirror

  • a48a42fdda Merge branch 'cherry-pick-16fd8f72' into 'core_r0.12.0' Cherry-pick 'Remove openwebtext for having scurity vulnerabilities' into 'core_r0.12.0' See merge request ADLR/megatron-lm!3297
  • 2660b93427 ADLR/megatron-lm!3297 - Cherry-pick 'Remove openwebtext for having scurity vulnerabilities' into 'core_r0.12.0'
  • Compare 2 commits »

1 day ago

JeffDing synced commits to dev at JeffDing/mindformers from mirror

  • d9e9b547d5 !6170 【ci】【dev】rm level1 failed testcases. Merge pull request !6170 from niujunhao/ci/rm_level1_failed
  • 212107614c !6180 【dev】删除mixtral_extend模型 Merge pull request !6180 from zyw_hw/del_mixtral_extend
  • 13e822cc6d del mixtral extend
  • 31e1242841 rm level1 failed testcases.
  • Compare 4 commits »

1 day ago

JeffDing synced commits to master at JeffDing/ffmpeg from mirror

  • 038314bc6b avcodec/exr: reindent after the previous change Signed-off-by: James Almer <jamrial@gmail.com>

1 day ago

JeffDing synced commits to wbruinsma/cams-model at JeffDing/aurora from mirror

1 day ago

JeffDing synced commits to r1.5.0 at JeffDing/mindformers from mirror

  • 0a8aa55b50 !6167 [bugfix][r1.5.0]add default loss scale to append info Merge pull request !6167 from sunyuxuan/bugfix/add_default_loss_scale_for_append_info_r150
  • 21a71e52c7 add default loss scale to append info
  • Compare 2 commits »

1 day ago