Skip to content

Commit

Permalink
chore: repo is now called jflux
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar committed Oct 5, 2024
1 parent ac05cd7 commit 44431ec
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 54 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "flux-jax"
name = "jflux"
version = "0.1.0"
description = "Inference codebase for Flux in Jax"
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ dependencies = [
"einops>=0.8.0",
"fire>=0.6.0",
"flax>=0.9.0",
"flux-jax",
"jflux",
# FIXME: Allow for local installation without GPUs as well `jax[cuda12]`
"jax>=0.4.31",
"mypy>=1.11.2",
Expand All @@ -28,7 +28,7 @@ dev-dependencies = [
]

[tool.uv.sources]
flux-jax = { workspace = true }
jflux = { workspace = true }
flux = { git = "https://github.com/black-forest-labs/flux.git" }

[tool.ruff.lint]
Expand Down
91 changes: 40 additions & 51 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44431ec

Please sign in to comment.