mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Fix for clippy. (#2626)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
//! Ancestral sampling with Euler method steps.
|
//! 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).
|
//! 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::{
|
use super::{
|
||||||
schedulers::{
|
schedulers::{
|
||||||
betas_for_alpha_bar, BetaSchedule, PredictionType, Scheduler, SchedulerConfig,
|
betas_for_alpha_bar, BetaSchedule, PredictionType, Scheduler, SchedulerConfig,
|
||||||
|
Reference in New Issue
Block a user