Skip to content

Commit

Permalink
clone
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Feb 10, 2025
1 parent 68ff37f commit 9d77a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,7 @@ fn spawn_shards(
let preloaded_adapter_source = args.preloaded_adapter_source.clone();
let predibase_api_token = args
.predibase_api_token
.clone()
.unwrap_or(SecretBox::new("".into()));
let dtype = args.dtype;
let trust_remote_code = args.trust_remote_code;
Expand Down

0 comments on commit 9d77a27

Please sign in to comment.