From 418fa1347173cb2e6bfc51818725f75461338042 Mon Sep 17 00:00:00 2001 From: Kyle Herndon Date: Mon, 9 Dec 2024 12:36:51 -0800 Subject: [PATCH] Fix typo --- sharktank/sharktank/models/flux/flux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharktank/sharktank/models/flux/flux.py b/sharktank/sharktank/models/flux/flux.py index b29b5b516..fd4cb6f33 100644 --- a/sharktank/sharktank/models/flux/flux.py +++ b/sharktank/sharktank/models/flux/flux.py @@ -5,7 +5,7 @@ # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -"""MMDIT Layers adapted from black-forest-labs' flux implementation +"""Model adapted from black-forest-labs' flux implementation https://github.com/black-forest-labs/flux/blob/main/src/flux/model.py """