mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
1TEST
This commit is contained in:
@@ -65,6 +65,18 @@ pytest-multi:
|
||||
--key-cache "${KEY_CACHE_DIRECTORY}" \
|
||||
-m "${PYTEST_MARKERS}"
|
||||
|
||||
pytest-multi-one-test:
|
||||
export LD_PRELOAD=$(RUNTIME_LIBRARY)
|
||||
export PYTHONPATH=$(BINDINGS_DIRECTORY)
|
||||
|
||||
# test multi precision, multi params
|
||||
pytest tests -s -vv \
|
||||
--precision=multi \
|
||||
--strategy=multi \
|
||||
--key-cache "${KEY_CACHE_DIRECTORY}" \
|
||||
-k "${PYTEST_REGEXP}"
|
||||
|
||||
|
||||
pytest-gpu:
|
||||
export LD_PRELOAD=$(RUNTIME_LIBRARY)
|
||||
export PYTHONPATH=$(BINDINGS_DIRECTORY)
|
||||
|
||||
Reference in New Issue
Block a user