Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added temperature flag to all the compression cards #44

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compression/aimet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ aimet:
- open-source
- bsd-3-clause

temperature: neutral
url: https://github.com/quic/aimet

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/awq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ llm-awq:
- open-source
- mit

temperature: hot
url: https://github.com/mit-han-lab/llm-awq

description: |
Expand Down
3 changes: 2 additions & 1 deletion compression/bigdl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ bigdl:
- open-source
- apache-2.0

url: https://github.com/intel/neural-compressor
temperature: hot
url: https://github.com/intel-analytics/BigDL

description: |
BigDL is a set of toolkits developed by Intel to seamlessly scales data analytics &
Expand Down
1 change: 1 addition & 0 deletions compression/bitsandbytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bitsandbytes:
- quantization
- mit

temperature: hot
url: https://github.com/TimDettmers/bitsandbytes

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/gptq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gptq:
- quantization
- apache-2.0

temperature: hot
url: https://github.com/IST-DASLab/gptq

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/huggingfaceoptimum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ optimum:
- open-source
- apache-2.0

temperature: neutral
url: https://github.com/huggingface/optimum

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/modelcompressiontoolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ modelcompressiontoolkit.yaml:
- open-source
- apache-2.0

temperature: neutral
url: https://github.com/sony/model_optimization

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/neuralcompressor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ neuralcompressor:
- open-source
- apache-2.0

temperature: hot
url: https://github.com/intel/neural-compressor

description: |
Expand Down
3 changes: 2 additions & 1 deletion compression/neuralnetworkintelligence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ neuralnetworkintelligence:
- open-source
- bsd-3-clause

url: https://github.com/quic/aimet
temperature: neutral
url: https://github.com/microsoft/nni

description: |
NNI automates feature engineering, neural architecture search, hyperparameter tuning,
Expand Down
1 change: 1 addition & 0 deletions compression/prunaai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pruna-ai:
- quantization
- proprietary

temperature: hot
url: https://www.pruna.ai/

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/pytorchcompression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pytorchcompression:
- pruning
- bsd-3-clause

temperature: hot
url: https://github.com/pytorch/pytorch

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/smoothquant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ smoothquant:
- open-source
- mit

temperature: hot
url: https://github.com/mit-han-lab/smoothquant

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/sparseml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sparseml:
- open-source
- apache-2.0

temperature: hot
url: https://docs.neuralmagic.com/sparseml/

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/tensorly-torch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tensorly-torch:
- pytorch
- bsd-3-clause

temperature: hot
url: https://github.com/tensorly/torch

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/tensorly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tensorly:
- open-source
- bsd-3-clause

temperature: hot
url: https://github.com/tensorly/tensorly

description: |
Expand Down
1 change: 1 addition & 0 deletions compression/torchpruning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ torchpruning:
- pruning
- mit

temperature: hot
url: https://github.com/VainF/Torch-Pruning

description: |
Expand Down