Skip to content

Commit

Permalink
Update spark rapids version to 23.12.1 (#1118)
Browse files Browse the repository at this point in the history
* updates for 23.12 release

Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>

* update for 23.12.1 release

Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>

---------

Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
  • Loading branch information
SurajAralihalli committed Feb 6, 2024
1 parent 9907743 commit 950ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-rapids/spark-rapids.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
fi

# Update SPARK RAPIDS config
readonly DEFAULT_SPARK_RAPIDS_VERSION="23.10.0"
readonly DEFAULT_SPARK_RAPIDS_VERSION="23.12.1"
readonly SPARK_RAPIDS_VERSION=$(get_metadata_attribute 'spark-rapids-version' ${DEFAULT_SPARK_RAPIDS_VERSION})
readonly XGBOOST_VERSION=$(get_metadata_attribute 'xgboost-version' ${DEFAULT_XGBOOST_VERSION})

Expand Down

0 comments on commit 950ad89

Please sign in to comment.