Skip to content

Commit aea6887

Browse files
committed
Updating version to match release tag
1 parent 3290905 commit aea6887

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BenchTool
22

3-
A lightweight tool to benchmark the performance of NLP models based on medical text datasets. Supports HuggingFace, ONNX, and ORT models, and works with input data from a CSV file.
3+
A lightweight tool to benchmark the performance of NLP models based on medical text datasets. Supports HuggingFace, ONNX, and ORT models, and works with input data from CSV files
44

55
## Features
66
- Compare multiple NLP models
@@ -14,7 +14,7 @@ A lightweight tool to benchmark the performance of NLP models based on medical t
1414
Download the latest release wheel from the [GitHub Releases page](https://github.com/Holmusk/BenchMark/releases) and install with pip:
1515

1616
```sh
17-
pip install https://github.com/Holmusk/BenchMark/releases/download/v1.0.0/benchtool-1.0.0-py3-none-any.whl
17+
pip install https://github.com/Holmusk/BenchMark/releases/download/v0.1.0/benchtool-0.1.0-py3-none-any.whl
1818
```
1919

2020
## Usage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='benchtool',
5-
version='1.0.0',
5+
version='0.1.0',
66
description='A lightweight tool to benchmark the performance of NLP models based on medical text datasets.',
77
author='Holmusk',
88
author_email='varun.c@holmusk.com',

0 commit comments

Comments
 (0)