vllm/tests/basic_correctness
SangBin Cho 6a0f617210
[Core] Fix circular reference which leaked llm instance in local dev env (#4737)
Storing exception frame is extremely prone to circular refernece because it contains the reference to objects.

When tensorizer is not installed, it leaks llm instance because error frame has references to various modules which cause circular reference problem.

I also found spec decoding has a circular reference issue, and I solved it using weakref.proxy.
2024-05-10 23:54:32 +09:00
..
test_basic_correctness.py [Core] Fix circular reference which leaked llm instance in local dev env (#4737) 2024-05-10 23:54:32 +09:00
test_chunked_prefill.py [Bug fix][Core] assert num_new_tokens == 1 fails when SamplingParams.n is not 1 and max_tokens is large & Add tests for preemption (#4451) 2024-05-01 19:24:13 -07:00
test_preemption.py [Core] Ignore infeasible swap requests. (#4557) 2024-05-02 14:31:20 -07:00