diff --git a/.DS_Store b/.DS_Store index ab1dcda..6efa367 100644 Binary files a/.DS_Store and b/.DS_Store differ 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