Spaces:
Runtime error
Runtime error
codellama-CodeLlama-7b-hf
/
Llama2-Code-Interpreter-main
/OpenCodeInterpreter
/evaluation
/evalplus
/.pre-commit-config.yaml
repos: | |
- repo: https://github.com/pycqa/isort | |
rev: 5.12.0 | |
hooks: | |
- id: isort | |
name: isort (python) | |
args: ["--profile", "black"] | |
- repo: https://github.com/psf/black | |
rev: 22.6.0 | |
hooks: | |
- id: black | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v4.3.0 | |
hooks: | |
- id: check-yaml | |
- id: end-of-file-fixer | |
- id: trailing-whitespace | |
exclude: (?x)^( | |
groundtruth/.* | |
)$ | |