mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 07:22:07 +00:00
Downgrade sympy to match synapaseAI 1.18 base image (#215)
This commit is contained in:
parent
fde061ccf8
commit
73d93bdd93
@ -70,7 +70,7 @@ sentence-transformers[train]==3.0.1 ; python_version >= "3.9" and python_version
|
|||||||
sentencepiece==0.1.99 ; python_version >= "3.9" and python_version < "3.13"
|
sentencepiece==0.1.99 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
setuptools==73.0.1 ; python_version >= "3.9" and python_version < "3.13"
|
setuptools==73.0.1 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
six==1.16.0 ; python_version >= "3.9" and python_version < "3.13"
|
six==1.16.0 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
sympy==1.13.2 ; python_version >= "3.9" and python_version < "3.13"
|
sympy==1.12.1 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.13"
|
threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
tokenizers==0.19.1 ; python_version >= "3.9" and python_version < "3.13"
|
tokenizers==0.19.1 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
tqdm==4.66.5 ; python_version >= "3.9" and python_version < "3.13"
|
tqdm==4.66.5 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# Copyright (C) 2024 Habana Labs, Ltd. an Intel Company.
|
# Copyright (C) 2024 Habana Labs, Ltd. an Intel Company.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
|
|
||||||
assert "habana_frameworks" not in sys.modules
|
|
||||||
|
|
||||||
quant_config = os.getenv("QUANT_CONFIG", "")
|
quant_config = os.getenv("QUANT_CONFIG", "")
|
||||||
is_quantization_enabled = quant_config != ""
|
is_quantization_enabled = quant_config != ""
|
||||||
|
Loading…
Reference in New Issue
Block a user