Skip to content

Commit

Permalink
Fix for clippy. (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare authored Nov 18, 2024
1 parent 386fd8a commit e865656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Ancestral sampling with Euler method steps.
//!
//! Based on the original [`k-diffusion` implementation by Katherine Crowson]( https://github.com/crowsonkb/k-diffusion/blob/481677d114f6ea445aa009cf5bd7a9cdee909e47/k_diffusion/sampling.py#L72).
///
//!
use super::{
schedulers::{
betas_for_alpha_bar, BetaSchedule, PredictionType, Scheduler, SchedulerConfig,
Expand Down

0 comments on commit e865656

Please sign in to comment.