runtime error

/usr/local/lib/python3.10/site-packages/gradio_space_ci/__init__.py:31: UserWarning: Cannot find `HF_TOKEN` in environment variables. Please set a token in your Space secrets to enable ephemeral Spaces. warnings.warn( Initial HF_HOME set to: /data Write access confirmed for HF_HOME None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. Downloading open-llm-leaderboard/requests to /data/eval-queue Downloading open-llm-leaderboard/dynamic_model_information to /data/dynamic-info Downloading open-llm-leaderboard/results to /data/eval-results Could not find request file for 0-hero/Matter-0.1-Slim-7B Traceback (most recent call last): File "/home/user/app/app.py", line 110, in <module> leaderboard_df, raw_data, original_df, eval_queue_dfs = init_space(full_init=do_full_init) File "/home/user/app/app.py", line 89, in init_space raw_data, original_df = get_leaderboard_df( File "/home/user/app/src/populate.py", line 46, in get_leaderboard_df raw_data = get_raw_eval_results(results_path, requests_path, dynamic_path) File "/home/user/app/src/leaderboard/read_evals.py", line 197, in get_raw_eval_results eval_result = EvalResult.init_from_json_file(model_result_filepath) File "/home/user/app/src/leaderboard/read_evals.py", line 47, in init_from_json_file precision = Precision.from_str(config.get("model_dtype")) AttributeError: 'NoneType' object has no attribute 'get'

Container logs:

Fetching error logs...