text-generation-inference/integration-tests
David Corvoysier 79183d1647
Bump neuron SDK version (#3260)
* chore(neuron): bump version to 0.2.0

* refactor(neuron): use named parameters in inputs helpers

This allows to hide the differences between the two backends in terms of
input parameters.

* refactor(neuron): remove obsolete code paths

* fix(neuron): use neuron_config whenever possible

* fix(neuron): use new cache import path

* fix(neuron): neuron config is not stored in config anymore

* fix(nxd): adapt model retrieval to new APIs

* fix(generator): emulate greedy in sampling parameters

When on-device sampling is enabled, we need to emulate the greedy
behaviour using top-k=1, top-p=1, temperature=1.

* test(neuron): update models and expectations

* feat(neuron): support on-device sampling

* fix(neuron): adapt entrypoint

* tests(neuron): remove obsolete models

* fix(neuron): adjust test expectations for llama on nxd
2025-06-10 17:56:25 +02:00
..
fixtures/neuron Bump neuron SDK version (#3260) 2025-06-10 17:56:25 +02:00
images Pali gemma modeling (#1895) 2024-05-16 06:58:47 +02:00
models Prepare for 3.3.2 (#3249) 2025-05-30 16:16:36 +02:00
neuron Bump neuron SDK version (#3260) 2025-06-10 17:56:25 +02:00
conftest.py Pr 3003 ci branch (#3007) 2025-03-10 17:56:19 +01:00
pyproject.toml Bug Fix: Sliding Window Attention (#3112) 2025-03-18 10:37:33 +01:00
pytest.ini chore: add pre-commit (#1569) 2024-02-16 11:58:58 +01:00
requirements.txt Bug Fix: Sliding Window Attention (#3112) 2025-03-18 10:37:33 +01:00
uv.lock Bug Fix: Sliding Window Attention (#3112) 2025-03-18 10:37:33 +01:00