Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ModelCloud/GPTQModel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: ModelCloud/GPTQModel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.5
Choose a head ref
  • 13 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    1df9ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. cleanup hyb_act (#1791)

    Signed-off-by: Qubitium <[email protected]>
    Qubitium authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    f1cf19c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Remove torch import in setup.py (#1729)

    * make torch import in setup optional
    
    Signed-off-by: Qubitium <[email protected]>
    
    * ruff
    
    Signed-off-by: Qubitium <[email protected]>
    
    * ruff fix
    
    Signed-off-by: Qubitium <[email protected]>
    
    * do not import torch at all
    
    Signed-off-by: Qubitium <[email protected]>
    
    * skip cpp_extensions for non cuda/rocm env.
    
    Signed-off-by: Qubitium <[email protected]>
    
    * fix guessing url didn't check system name
    
    * fix BUILD_CUDA_EXT
    
    Signed-off-by: Qubitium <[email protected]>
    
    * suppress unused var warnings
    
    Signed-off-by: Qubitium <[email protected]>
    
    * fix nvcc archs not used detected local device limits
    
    Signed-off-by: Qubitium <[email protected]>
    
    * cleanup
    
    Signed-off-by: Qubitium <[email protected]>
    
    * fix cuda arch v8 checking/parsing
    
    Signed-off-by: Qubitium <[email protected]>
    
    * debug print
    
    Signed-off-by: Qubitium <[email protected]>
    
    * clean
    
    Signed-off-by: Qubitium <[email protected]>
    
    * fix default compile flags for optional kernels
    
    Signed-off-by: Qubitium <[email protected]>
    
    * remove redundant code
    
    Signed-off-by: Qubitium <[email protected]>
    
    * cleanup
    
    Signed-off-by: Qubitium <[email protected]>
    
    * cleanup
    
    Signed-off-by: Qubitium <[email protected]>
    
    ---------
    
    Signed-off-by: Qubitium <[email protected]>
    Co-authored-by: CSY-ModelCloud <[email protected]>
    Qubitium and CSY-ModelCloud authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    fa37fb7 View commit details
    Browse the repository at this point in the history
  2. rename hyb_act to act_group_aware (#1794)

    Signed-off-by: Qubitium <[email protected]>
    Qubitium authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    f966f3e View commit details
    Browse the repository at this point in the history
  3. cleanup (#1795)

    Signed-off-by: Qubitium <[email protected]>
    Qubitium authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    18d13cd View commit details
    Browse the repository at this point in the history
  4. Cleanup 1 (#1796)

    * cleanup
    
    Signed-off-by: Qubitium <[email protected]>
    
    * fix log condition
    
    Signed-off-by: Qubitium <[email protected]>
    
    ---------
    
    Signed-off-by: Qubitium <[email protected]>
    Qubitium authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    a345f5c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. [CI] add torch 2.8.0 (#1797)

    * [CI] enable torch 2.8.0
    
    * [CI] disable py < 3.11 for torch 2.8
    
    * [CI] print env name
    
    * [CI] fix scripts
    
    * [CI[ add release suffix
    
    * [CI] update env
    
    * [CI] don't crash
    
    * [CI] print python path
    CSY-ModelCloud authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    788a16c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    64e6f55 View commit details
    Browse the repository at this point in the history
  2. fix wf_unsqueeze_zero and wf_unsqueeze_neg_one (#1799)

    LRL-ModelCloud authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c97f2a2 View commit details
    Browse the repository at this point in the history
  3. gar field save to meta on quant save (#1800)

    * gar field save to meta on quant save
    
    Signed-off-by: Qubitium <[email protected]>
    
    * cleanup
    
    Signed-off-by: Qubitium <[email protected]>
    
    * ruff/isort update
    
    Signed-off-by: Qubitium <[email protected]>
    
    ---------
    
    Signed-off-by: Qubitium <[email protected]>
    Qubitium authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    55da45c View commit details
    Browse the repository at this point in the history
  4. add pyproject.toml (#1801)

    * add pyproject.toml
    pypa/pip#11457
    
    * use legacy build
    
    * [CI] no need install torch everytime
    CSY-ModelCloud authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    cfc1094 View commit details
    Browse the repository at this point in the history
  5. don't detect arch list when it has already been set & fix build-syste…

    …m requirments (#1802)
    
    * fix cuda < 12.8 doesn't support 12.0
    
    * build system doesn't need requirements
    CSY-ModelCloud authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    30468e9 View commit details
    Browse the repository at this point in the history
  6. prepare for v4.2.5 maint release (#1803)

    * prepare for v4.2.5 maint release
    
    * Update README.md
    Qubitium authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    db41ae4 View commit details
    Browse the repository at this point in the history
Loading