Skip to content

Commit

Permalink
v2.0.0b22
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki committed Sep 25, 2023
1 parent 28aa09a commit accdb3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
giskardVersion=2.0.0b20
giskardVersion=2.0.0b22

rootProject.name=giskard
profile=dev
Expand Down
2 changes: 1 addition & 1 deletion python-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator"
name = "giskard"
readme = "README.md"
license = { text = "Apache Software License 2.0" }
version = "2.0.0b20"
version = "2.0.0b22"
description = "The testing framework dedicated to ML models, from tabular to LLMs"
authors = [
{ name = "Giskard AI", email = "hello@giskard.ai" },
Expand Down
1 change: 1 addition & 0 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ password = giskard
[program:backend]
stdout_logfile=%(ENV_GSK_HOME)s/run/%(program_name)s.log
autorestart=true
startretries=100
redirect_stderr=true
startsecs=5
command=java -jar %(ENV_GSK_DIST_PATH)s/backend/giskard.jar
Expand Down

0 comments on commit accdb3b

Please sign in to comment.