Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Sep 18, 2024
1 parent f3b0ec6 commit 7124a84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mistralrs-core/src/diffusion_models/flux/stepper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ use crate::{

use super::{autoencoder::AutoEncoder, model::Flux};

const T5_XXL_SAFETENSOR_FILES: &[&str] = &[
"t5_xxl-shard-0.safetensors",
"t5_xxl-shard-1.safetensors",
];
const T5_XXL_SAFETENSOR_FILES: &[&str] =
&["t5_xxl-shard-0.safetensors", "t5_xxl-shard-1.safetensors"];

#[derive(Clone, Copy, Debug)]
pub struct FluxStepperShift {
Expand Down

0 comments on commit 7124a84

Please sign in to comment.