Downloads · 30 days
0
backboned02/Boost_4c69237f
Boost_4c69237f is a machine learning model from backboned02. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This holds the baseline for the FLUX Schnel NVIDIA GeForce RTX 4090 contest, which can be forked freely and optimized
Downloads · 30 days
0
Access
Public
Updated Dec 1, 2024
Repo size
—
Likes
0
Public
Click a slice to open those files.
.lock160 KB · 94%
From the Hugging Face model README
This holds the baseline for the FLUX Schnel NVIDIA GeForce RTX 4090 contest, which can be forked freely and optimized
Some recommendations are as follows:
pyproject.toml, including git dependenciesmodels array in the pyproject.toml file, and will be downloaded before benchmarking
pyproject.tomlmodels array in the pyproject.toml (rather than compiling during loading). Loading time matters far more than file sizessrc/main.py, as that includes mostly protocol logic. Most changes should be in models and src/pipeline.pyFor testing, you need a docker container with pytorch and ubuntu 22.04.
You can download your listed dependencies with uv, installed with:
pipx ensurepath
pipx install uv
You can then relock with uv lock, and then run with uv run start_inference