text-generation-inference/integration-tests
David Corvoysier 1e4e406d77 test(neuron): avoid using image sha when exporting models
We now manually evaluate the apparent hash of the neuron backend by
combining the hash of the neuron backend directory and Dockerfile.
This new hash is used to identify exported neuron models instead of the
image sha.
This has two benefits:
- it changes less frequently (only hwen the neuron backend changes),
  which means less neuron models being pushed to the hub,
- it can be evaluated locally, meaning that running the tests once
  locally will export the models before the CI uses them.
2025-02-21 15:32:13 +00:00
..
fixtures/neuron test(neuron): avoid using image sha when exporting models 2025-02-21 15:32:13 +00:00
images Pali gemma modeling (#1895) 2024-05-16 06:58:47 +02:00
models feat: add initial qwen2.5-vl model and test (#2971) 2025-02-19 12:38:20 +01:00
neuron/integration test(neuron): no error anymore when requesting too many tokens 2025-02-20 17:34:56 +00:00
conftest.py test: add --neuron option 2025-02-20 16:14:41 +01:00
pyproject.toml Having less logs in case of failure for checking CI more easily. (#3037) 2025-02-19 17:01:33 +01:00
pytest.ini chore: add pre-commit (#1569) 2024-02-16 11:58:58 +01:00
requirements.txt Having less logs in case of failure for checking CI more easily. (#3037) 2025-02-19 17:01:33 +01:00
uv.lock Having less logs in case of failure for checking CI more easily. (#3037) 2025-02-19 17:01:33 +01:00