···
···
pname = "compressed-tensors";
# Release on PyPI is missing the `utils` directory, which `setup.py` wants to import
···
repo = "compressed-tensors";
-
hash = "sha256-BJsMyCs+rupt5+i5JlO7oY08Udc8hI3ZnMiN+8ja0mc=";
-
build-system = [ setuptools ];
···
# these try to download models from HF Hub
"test_get_observer_token_count"
"test_kv_cache_quantization"
-
"test_target_prioritization"
"test_load_compressed_sharded"
"test_save_compressed_model"
-
"test_apply_tinyllama_dynamic_activations"
···
···
pname = "compressed-tensors";
# Release on PyPI is missing the `utils` directory, which `setup.py` wants to import
···
repo = "compressed-tensors";
+
hash = "sha256-sSXn4/N/Pn+wOCY1Z0ziqFxfMRvRA1c90jPOBe+SwZw=";
+
substituteInPlace pyproject.toml \
+
--replace-fail "setuptools_scm==8.2.0" "setuptools_scm"
···
# these try to download models from HF Hub
+
"test_apply_tinyllama_dynamic_activations"
+
"test_compress_model_meta"
+
"test_compressed_linear_from_linear_usage"
+
"test_decompress_model"
"test_get_observer_token_count"
"test_kv_cache_quantization"
"test_load_compressed_sharded"
+
"test_model_forward_pass"
"test_save_compressed_model"
+
"test_target_prioritization"