Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshs committed Oct 13, 2024
1 parent 9df5f28 commit ee0c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cpu_cores = cpu_count()
cpus = cpu_cores // 2 if cpu_cores else 0
APP_VERSION = "v1.0.0 beta 63"
APP_VERSION = "v1.0.0 beta 64"
LCM_DEFAULT_MODEL = "stabilityai/sd-turbo"
LCM_DEFAULT_MODEL_OPENVINO = "rupeshs/sd-turbo-openvino"
APP_NAME = "FastSD CPU"
Expand Down

0 comments on commit ee0c2ab

Please sign in to comment.