zye1996
zye1996
Hi I am trying to compile Tengine with fp16 support on rockchip 3568, which supports the armv8.2 instruction set. When the flag TENGINE_ARCH_ARM_82 is enabled, the compilation failed with the...
Hi, I am trying to deploy kmodel onto the k210 board. I used the CI version of nncase and examine the output on computer for the same kmodel I used...
Hi, I am trying to integrate yaml-cpp to my project with ExternalProject_Add: ``` # build directory set(yaml_cpp_PREFIX ${CMAKE_BINARY_DIR}/external/yaml-cpp-prefix) # install directory set(yaml_cpp_INSTALL ${CMAKE_BINARY_DIR}/external/yaml-cpp-install) ExternalProject_Add( yaml-cpp URL "https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.6.3.tar.gz" PREFIX ${yaml_cpp_PREFIX} SOURCE_DIR...
Hi, I was able to produce 3DSSD with higher score for pedestrian and bicycle maybe you can update in the paper: https://github.com/zye1996/3DSSD-torch
fix impute output when the output_mapping is not empty
**Describe the bug** The behavior is a bit random. **When the text generation input size < batch size from the previous step** and replica > 1. The final output could...
**Describe the bug** I installed latest develop branch and run basic generation with StepResources(replica=8) and the generation hung. It does not happen to tags 88615c72182249203463401ec2f767e58ac84d9c **To Reproduce** Code to reproduce...
### Reminder - [x] I have read the above rules and searched the existing issues. ### System Info 请问llama_factory目前是否支持torch compile:https://huggingface.co/docs/transformers/en/llm_optims#fine-tuning-with-torchcompile-and-padding-free-data-collation ### Reproduction ```text Put your message here. ``` ### Others...