huggingface / huggingface/inference-benchmarker
Visualize the results doesn't work
- Dominant language
- Rust
- Stars
- 172
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to run
` poetry run python app.py --from-results-dir ..\..\..\ --port 7861
C:\Users\xiaosong\Documents\multi_instances\inference-benchmarker\extra\dashboard\parse_results.py:34: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
df = pd.concat([df, df_tmp])
* Running on local URL: http://0.0.0.0:7861
To create a public link, set `share=True` in `launch()`.`
But it just hangs there, and no progress.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.