recleaning

This commit is contained in:
leduc 2025-03-15 11:58:24 +01:00
parent 8ad873926c
commit 60e5afbd62
2 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -25,7 +25,7 @@ A Python-based benchmarking tool for testing and comparing different Ollama mode
1. Clone the repository:
```bash
git clone https://github.com/yourusername/codebench.git
git clone https://git.interhacker.space/sammm/codebench.git
cd codebench
```
@ -49,7 +49,7 @@ python3 main.py
Available options:
```bash
python3 main.py --server [local|z60] --model [model_name] --number [count|all] --verbose --plot-only --no-plot --file [results_file]
python3 main.py --server [local|remote] --model [model_name] --number [count|all] --verbose --plot-only --no-plot --file [results_file]
```
## Arguments:
@ -146,7 +146,7 @@ The visualization includes:
Default servers are configured in the code:
- Local: http://localhost:11434
- Z60: http://192.168.196.60:11434
- Remote: http://192.168.196.60:11434
## Example Output
```plaintext