Home Explore Blog CI



query_options llama3.3-70b

total: 26, pass: 24, fail: 2

    query_options [model]       run `query_options` test
                                It tests various option flags of `rag query`.

TOC

Cases

ec6d09311-linux
 

tested at: 2025-03-21T01:05:42.480054Z (86 days ago)

elapsed time: 7,512 ms

suite

bac550a12-linux
 

tested at: 2025-03-23T22:32:14.898790Z (83 days ago)

elapsed time: 5,610 ms

suite

585c4f8ba-linux
 

tested at: 2025-03-31T22:46:05.278555Z (75 days ago)

elapsed time: 8,885 ms

suite

239d2df2c-linux
 

tested at: 2025-04-01T22:38:25.777417Z (74 days ago)

elapsed time: 10,526 ms

suite

90d1f221f-mac
 

tested at: 2025-04-02T11:15:28.201699Z (73 days ago)

elapsed time: 10,829 ms

suite

ca1d9b482-mac
 

tested at: 2025-04-03T11:32:16.038744Z (72 days ago)

elapsed time: 11,781 ms

suite

51578f8d5-mac
 

tested at: 2025-04-04T13:59:04.442731Z (71 days ago)

elapsed time: 11,173 ms

suite

376ca3ee4-linux
 

tested at: 2025-04-11T21:47:12.055124Z (64 days ago)

elapsed time: 6,185 ms

suite

04ee6286f-mac
 

tested at: 2025-05-09T11:29:30.226975Z (36 days ago)

elapsed time: 9,532 ms

suite

027a29d16-mac
 

tested at: 2025-05-14T14:26:51.020259Z (31 days ago)

elapsed time: 8,873 ms

suite

adcf25624-linux
 

tested at: 2025-05-15T23:00:24.413178Z (30 days ago)

elapsed time: 6,640 ms

suite

7cebb43a6-linux
 

tested at: 2025-05-17T00:48:25.067654Z (29 days ago)

elapsed time: 5,599 ms

suite

ba3b6b026-linux
 

tested at: 2025-05-18T09:48:01.799303Z (27 days ago)

elapsed time: 5,313 ms

suite

5ba0a12a6-mac
 

tested at: 2025-05-19T10:47:10.063082Z (26 days ago)

elapsed time: 9,394 ms

suite

92df3569e-linux
 

tested at: 2025-05-20T00:59:40.946018Z (26 days ago)

elapsed time: 5,804 ms

suite

3aa665352-linux
 

tested at: 2025-05-23T00:18:04.093493Z (23 days ago)

elapsed time: 92,386 ms

Error

Command '['cargo', 'run', '--release', '--', 'query', 'In which city did Baehyunsol live?']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 670, in <module>
    test()
  File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 634, in <lambda>
    ("query_options llama3.3-70b", lambda: query_options(test_model="llama3.3-70b")),
  File "/home/baehyunsol/Documents/ragit/tests/query_options.py", line 17, in query_options
    assert "ragit" in cargo_run(["query", "In which city did Baehyunsol live?"], stdout=True).lower()
  File "/home/baehyunsol/Documents/ragit/tests/utils.py", line 77, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'query', 'In which city did Baehyunsol live?']' returned non-zero exit status 1.

suite

16a6c7ac3-linux
 

tested at: 2025-05-24T20:40:39.036733Z (21 days ago)

elapsed time: 5,559 ms

suite

774e5c41d-linux
 

tested at: 2025-05-29T21:31:38.721609Z (16 days ago)

elapsed time: 8,260 ms

suite

3c6b6ebe1-linux
 

tested at: 2025-05-31T05:38:30.224392Z (14 days ago)

elapsed time: 7,479 ms

suite

f0327eaea-linux
 

tested at: 2025-06-01T18:34:31.254192Z (13 days ago)

elapsed time: 4,672 ms

suite

bb69badeb-linux
 

tested at: 2025-06-02T00:08:14.271670Z (13 days ago)

elapsed time: 5,644 ms

suite

29a3bf1cb-linux
 

tested at: 2025-06-03T01:16:18.813157Z (12 days ago)

elapsed time: 5,071 ms

suite

7f979aa5e-mac
 

tested at: 2025-06-05T12:05:40.934810Z (9 days ago)

elapsed time: 8,919 ms

suite

0526d3e20-linux
 

tested at: 2025-06-05T16:46:27.585326Z (9 days ago)

elapsed time: 8,148 ms

suite

0526d3e20-windows
 

tested at: 2025-06-07T08:13:40.365332Z (7 days ago)

elapsed time: 758 ms

Error

Command '['cargo', 'run', '--release', '--no-default-features', '--', 'config', '--set', 'model', 'llama3.3-70b']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "C:\Users\baehy\ragit\tests\tests.py", line 720, in <module>
    test()
    ~~~~^^
  File "C:\Users\baehy\ragit\tests\tests.py", line 680, in <lambda>
    ("query_options llama3.3-70b", lambda: query_options(test_model="llama3.3-70b")),
                                           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\baehy\ragit\tests\query_options.py", line 13, in query_options
    cargo_run(["config", "--set", "model", test_model])
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\baehy\ragit\tests\utils.py", line 87, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.1008.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 577, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'config', '--set', 'model', 'llama3.3-70b']' returned non-zero exit status 1.

suite

869568e0b-linux
 

tested at: 2025-06-09T20:06:53.014494Z (5 days ago)

elapsed time: 7,784 ms

suite