LLI Hufei

Results 7 issues of LLI Hufei

Thank you for your great work here? When I run main.py I got this error. RuntimeError: Error building extension 'fused': [1/2] /usr/local/cuda-11.2/bin/nvcc -DTORCH_EXTENSION_NAME=fused -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /home/lhf/data/[/home/lhf/data/anaconda3]/envs/bar/lib/python3.8/site-packages/torch/include -isystem...

您好,请问在剪枝resnet_cifar时,对于残差跳连的层是没有进行剪枝吗?如果只剪中间那一层,当剪枝率较高时,不会损坏模型效果吗?

您好,非常感谢您的工作,但是我在学习您的代码时,在get_filter_codebook函数中只对卷积核的权重进行了清零,相应的bn层的权重并没有清零,这样不会导致bn层中的偏置产生一些补偿,这样会不会降低剪枝的效果?

pytorch1.13.1+cuda11.6 : RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling `cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches)`

Are there any examples that support local multimodal large models? Including data format, model loading method

### Describe the bug max_shard_size=1GB is set but the size of each safetensor is still greater than 1GB ### Reproduction pipe.save_pretrained(save_directory='FLUX.1-dev-Control-all', max_shard_size="1GB") ### Logs ```shell ``` ### System Info diffusers=0.30.2...

bug

请问会有训练代码放出来吗?