compressed-tensors-nightly 0.5.0.20240802__py3-none-any.whl → 0.5.0.20240804__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: compressed-tensors-nightly
3
- Version: 0.5.0.20240802
3
+ Version: 0.5.0.20240804
4
4
  Summary: Library for utilization of compressed safetensors of neural network models
5
5
  Home-page: https://github.com/neuralmagic/compressed-tensors
6
6
  Author: Neuralmagic, Inc.
@@ -8,17 +8,17 @@ Author-email: support@neuralmagic.com
8
8
  License: Apache 2.0
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
- Requires-Dist: torch >=1.7.0
11
+ Requires-Dist: torch>=1.7.0
12
12
  Requires-Dist: transformers
13
13
  Requires-Dist: accelerate
14
- Requires-Dist: pydantic >=2.0
14
+ Requires-Dist: pydantic>=2.0
15
15
  Provides-Extra: dev
16
- Requires-Dist: black ==22.12.0 ; extra == 'dev'
17
- Requires-Dist: isort ==5.8.0 ; extra == 'dev'
18
- Requires-Dist: wheel >=0.36.2 ; extra == 'dev'
19
- Requires-Dist: flake8 >=3.8.3 ; extra == 'dev'
20
- Requires-Dist: pytest >=6.0.0 ; extra == 'dev'
21
- Requires-Dist: nbconvert >=7.16.3 ; extra == 'dev'
16
+ Requires-Dist: black==22.12.0; extra == "dev"
17
+ Requires-Dist: isort==5.8.0; extra == "dev"
18
+ Requires-Dist: wheel>=0.36.2; extra == "dev"
19
+ Requires-Dist: flake8>=3.8.3; extra == "dev"
20
+ Requires-Dist: pytest>=6.0.0; extra == "dev"
21
+ Requires-Dist: nbconvert>=7.16.3; extra == "dev"
22
22
 
23
23
  # compressed_tensors
24
24
 
@@ -41,8 +41,8 @@ compressed_tensors/utils/offload.py,sha256=BL7_cNAHTKbSta179R5R4ASk6oXuZhTJDY4D_
41
41
  compressed_tensors/utils/permutations_24.py,sha256=kx6fsfDHebx94zsSzhXGyCyuC9sVyah6BUUir_StT28,2530
42
42
  compressed_tensors/utils/safetensors_load.py,sha256=0MheXwx1jeY12PeISppiSIZHs6rmN2YddwPpFb9V67I,8527
43
43
  compressed_tensors/utils/semi_structured_conversions.py,sha256=g1EZHzdv-ko7ufPX430dp7wE33o6FWJXuSP4zZydCu0,13488
44
- compressed_tensors_nightly-0.5.0.20240802.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
45
- compressed_tensors_nightly-0.5.0.20240802.dist-info/METADATA,sha256=nIihGhZlokjSFl9GN3oIoy5ESeZUJap7h0FRS6jqho0,5694
46
- compressed_tensors_nightly-0.5.0.20240802.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
47
- compressed_tensors_nightly-0.5.0.20240802.dist-info/top_level.txt,sha256=w2i-GyPs2s1UwVxvutSvN_lM22SXC2hQFBmoMcPnV7Y,19
48
- compressed_tensors_nightly-0.5.0.20240802.dist-info/RECORD,,
44
+ compressed_tensors_nightly-0.5.0.20240804.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
45
+ compressed_tensors_nightly-0.5.0.20240804.dist-info/METADATA,sha256=H78U9c-Vx4toSi_Hxc8V4zEfgvofEROPHcA_ICVjeFs,5680
46
+ compressed_tensors_nightly-0.5.0.20240804.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
47
+ compressed_tensors_nightly-0.5.0.20240804.dist-info/top_level.txt,sha256=w2i-GyPs2s1UwVxvutSvN_lM22SXC2hQFBmoMcPnV7Y,19
48
+ compressed_tensors_nightly-0.5.0.20240804.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5