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: v0.9.2
Choose a base ref
...
head repository: ModelCloud/GPTQModel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 18 commits
  • 40 files changed
  • 8 contributors

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    f9eab65 View commit details
    Browse the repository at this point in the history
  2. Update bug_report.md (#126)

    Qubitium authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    dbc43c0 View commit details
    Browse the repository at this point in the history
  3. Prepare for 0.9.3-dev0 (#127)

    * version bump
    
    * replace .data<T> with .data_ptr<T> due to deprecation
    
    * comment unused var
    
    * allow ci compile without gpu
    Qubitium authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b64b2a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96a2573 View commit details
    Browse the repository at this point in the history
  5. cleanup (#128)

    * cleanup
    
    * revert bad commit
    Qubitium authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b0e8a58 View commit details
    Browse the repository at this point in the history
  6. Bitblas cache (#129)

    * cleanup
    
    * revert bad commit
    
    * key bitblas cache to both bitblas and gptqmodel version
    Qubitium authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    6928064 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    e161bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86f44c View commit details
    Browse the repository at this point in the history
  3. [Fix] Export TORCH_CUDA_ARCH_LIST in install.sh (#133)

    * chore: update TORCH_CUDA_ARCH_LIST in install.sh
    
    * chore: remove importlib from requirements.txt
    
    * chore: Fix multi-gpu environment check in bitblas_target_detector.py
    
    * chore: Update logger.info message in qlinear_bitblas.py
    
    * Update install.sh
    
    We like to not use PTX compilation for now.
    
    ---------
    
    Co-authored-by: Qubitium-ModelCloud <[email protected]>
    LeiWang1999 and Qubitium authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ac666be View commit details
    Browse the repository at this point in the history
  4. Calculate ppl on gpu (#135)

    * unit test use opt model
    
    * update format.marlin ppl score
    
    * modify calculate ppl on gpu
    
    * cleanup code
    
    * modify comment
    ZYC-ModelCloud authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9fff62e View commit details
    Browse the repository at this point in the history
  5. [MODEL] Add Gemma 2 support (#131)

    * add gemma2 support
    
    * add Gemma2GPTQ
    
    * quantize gemma-2 27b model is not supported now
    
    * Update gemma2.py
    
    ---------
    
    Co-authored-by: LRL-ModelCloud <[email protected]>
    Co-authored-by: Qubitium-ModelCloud <[email protected]>
    3 people authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5c74b0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c72998c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4e7d90 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    9babfe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a4644 View commit details
    Browse the repository at this point in the history
  3. [CI] Add GPU selector for runner (#148)

    * Update run_tests.yml
    
    * Update ip
    
    * clear cache
    
    * fix test not run
    
    * fix no tests
    
    * Update run_tests.yml
    CSY-ModelCloud authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cd80805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83c002d View commit details
    Browse the repository at this point in the history
  5. [DOC] Release 0.9.3 (#150)

    * release 0.9.3
    
    * update
    Qubitium authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    26b3dc0 View commit details
    Browse the repository at this point in the history
Loading