You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test: Fix Llama injection test and use a smaller model
The original Llama injection test was using a large 7B model, which is not suitable for CI.
This commit modifies the test to:
1. Use a manually created, small Llama model with a standard configuration.
2. This new approach successfully reproduces the original bug and passes after the fix.
Signed-off-by: huanyuqu <[email protected]>
0 commit comments