• Zhengju Tang's avatar
    [BugFix] Do not modify strict layout in common or relax level of layout... · fe6cdc9d
    Zhengju Tang authored
    
    [BugFix] Do not modify strict layout in common or relax level of layout inference. More conditions on layout checking (#653)
    
    * [BugFix] Do not modify strict layout in common or relax level of layout inference. More conditions on layout checking
    
    * Lint
    
    * test fix
    
    * Update CI workflow to install dependencies without user site packages
    
    - Modified the installation commands in the CI workflow to include the `--no-user` flag for both `requirements-dev.txt` and `requirements-test.txt`, ensuring that packages are installed in the virtual environment rather than the user site directory.
    
    * Update CI workflow to install pip without user site packages
    
    - Added the `--no-user` flag to the pip installation command in the CI workflow for both development and testing dependencies, ensuring that packages are installed within the virtual environment.
    
    * Update requirements-test.txt
    
    * reduce ci problem size,
    
    * Refactor example_mla_decode.py for consistent formatting and remove unused imports in test_example_mla_decode.py
    
    ---------
    Co-authored-by: default avatarLeiWang1999 <leiwang1999@outlook.com>
    Co-authored-by: default avatarLei Wang <34334180+LeiWang1999@users.noreply.github.com>
    fe6cdc9d
parallel.cc 14.1 KB