BotBlake/jellybench_py

formatting issues on Downloading

Open

#92 opened on May 21, 2025

 (0 comments) (0 reactions) (0 assignees)Python (12 forks)auto 404
bugdevelopmentgood first issue

Repository metrics

Stars
 (26 stars)
PR merge metrics
 (PR metrics pending)

Description

Classifications

  • Running python ./jellybench_py/hwi.py manually (within the Poetry shell) works and produces correct results.
  • This happens on a Virtual Hardware (VM, WSL, ...)
  • The issue occurs during the benchmark section of the script (after Starting Benchmark...).
  • A server issue or faulty server response is causing the problem.
  • jellybench was run in --debug mode (recommended for issue reports).
  • I am using the latest version (branch develop) of jellybench. I understand older versions are not supported.

Description

When downloading a file, jellybench will say that it was available locally. Also it will print the filename twice.

Image

This is due to the fact that we removed the CLI library click a while ago. This issue is happening ever since.

Error Code or Output

Steps to Reproduce

  1. Start Jellybench
  2. Wait for it to Download Ressources
  3. Observe issue

Operating System

Windows

System Architecture

x86_64 (64-bit)

Python Version

3.12

CPU[s]

Intel Core i5-12400F

GPU[s]

None

Additional Context

No response

Possible Solution

No response

Contributor guide