UKGovernmentBEIS / inspect_ai

Inspect: A framework for large language model evaluations
https://inspect.ai-safety-institute.org.uk/
MIT License
565 stars 96 forks source link

Inspect view does not show input #37

Closed tekumara closed 3 months ago

tekumara commented 3 months ago

After checking out the repo at commit 0a684c6 and running:

inspect eval examples/security_guide.py --model bedrock/meta.llama2-70b-chat-v1
inspect view

Then navigating to http://localhost:7575/ I see a page without the input column:

CleanShot 2024-06-08 at 16 33 49@2x

jjallaire commented 3 months ago

Good catch! We will take care of this ASAP. I am assuming this is a duplicate of #38 ? Will close assuming that it is, feel free to re-open if this is another issue.

tekumara commented 3 months ago

👍 The behaviour I'm seeing here is different from #38 (although maybe the solution is the same)