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
Copy file name to clipboardExpand all lines: test/backends/test_huggingface.py
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ def session(backend):
37
37
yieldsession
38
38
session.reset()
39
39
40
-
@pytest.mark.qualitative
40
+
41
41
deftest_system_prompt(session):
42
42
result=session.chat(
43
43
"Where are we going?",
44
44
model_options={ModelOption.SYSTEM_PROMPT: "Talk like a pirate."},
45
45
)
46
46
print(result)
47
47
48
-
@pytest.mark.qualitative
48
+
49
49
deftest_constraint_alora(session, backend):
50
50
answer=session.instruct(
51
51
"Corporate wants you to find the difference between these two strings: aaaaaaaaaa aaaaabaaaa. Be concise and don't write code to answer the question.",
0 commit comments