Skip to content

Commit

Permalink
Update stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Dec 18, 2024
1 parent 5e95623 commit 2a05ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set_and_export_env_var "JWT_SECRET" "$(generate_random_string 64)"
set_and_export_env_var "API_SECRET" "$(generate_random_string 64)"
set_and_export_env_var "AUTH_SECRET" "$(generate_random_string 64)"

set_and_export_env_var "STACK_VERSION" "f1076e4e48"
set_and_export_env_var "STACK_VERSION" "d3d0acc863"
set_and_export_env_var "MODEL_IMAGE" "liquidai/lfm-3b-jp:0.0.1-e"

MODEL_NAME=Liquid-$(extract_model_name "$MODEL_IMAGE")
Expand Down

0 comments on commit 2a05ed4

Please sign in to comment.