From 60e5afbd626415111b949865bedc769f5ec30428 Mon Sep 17 00:00:00 2001 From: leduc Date: Sat, 15 Mar 2025 11:58:24 +0100 Subject: [PATCH] recleaning --- .DS_Store | Bin 6148 -> 6148 bytes README.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.DS_Store b/.DS_Store index ab1dcda15c8133ad5259eb480ebb5cc52f216b5f..6efa36707d8027224ba9b5385f10bd46d1620d64 100644 GIT binary patch delta 136 zcmZoMXffEJ#uB&EfPsO5g+Y%YogtHAJ zb55Yi7i1U)C+FuD0QE31@El;6oX4uRc@>KqBQwLfEg;V1pRA3{3?Cp8i`fzd0q=n( AdH?_b diff --git a/README.md b/README.md index 448a5aa..6fb9679 100644 --- a/README.md +++ b/README.md @@ -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