Skip to content

Commit

Permalink
Upgrade Thorat to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Dec 8, 2024
1 parent b65cb98 commit 49d6fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ThoratDownloader(datasetDir: File) extends DatasetDownloader(datasetDir) w

private val logger = LoggerFactory.getLogger(getClass)

private val version = "0.0.8"
private val version = "1.0.0"
override val benchmarkName = s"Thorat Python v$version"

override protected val benchmarkUrl: URL = URI(
Expand Down

0 comments on commit 49d6fb2

Please sign in to comment.