Cloud-CV / Cloud-CV/evalai-cli
[Docs] Custom backend configuration documentation
Open
- Dominant language
- Python
- Stars
- 57
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Currently, it's unclear on how to use custom backend for EvalAI.
While running EvalAI locally (forked version) the user has to set the host to localhost:8000 but in the documentation its mentioned:
```
evalai host -sh https://evalapi.cloudcv.org
```
instead it should be
```
evalai host -sh https://localhost:8000
```
Contributor guide
Assessment
This issue has not been assessed yet.