MM-Conv: A Multi-modal Conversational Dataset for Virtual Humans
Paper
•
2410.00253
•
Published
Contributors who are invited to beta-test our next big feature! Contact us if you want to join this team :-)
torchao
Int8WeightOnlyConfig
is already working flawlessly in our tests.import spaces
from diffusers import FluxPipeline
from torchao.quantization.quant_api import Int8WeightOnlyConfig, quantize_
pipeline = FluxPipeline.from_pretrained(...).to('cuda')
quantize_(pipeline.transformer, Int8WeightOnlyConfig()) # Or any other component(s)
@spaces.GPU
def generate(prompt: str):
return pipeline(prompt).images[0]
medium
size is now available as a power-user featurelarge
(70GB VRAM)—but this paves the way for:medium
will offer significantly more usage than large
)xlarge
size (141GB VRAM)auto
(future default)medium
large
(current default)large
medium
timm
use, but will work great with transformers
and other libs. Updated the base image, Python 3.12, Pillow-SIMD before better CPU use with image preprocessing, and made a number of other tweaks. From the Jupyter launcher you can run the terminal and setup a timm
environment in moments with setup_timm_dev
or setup_timm_scripts
helpers. Give it a try,
timm/jupyterlab-timm
timm
1.0.13 and OpenCLIP
2.30.0 releases to start the year. Both modest but worthwhile updates.timm
added a number of new model weights, supporting loading of: OpenCLIP
and timm
for two CLIP models that were missed. The DFN L/14 is 🔥timm
remapping from OpenCLIP got their own timm hub instances to allow use with the upcoming Transformers TimmWrapperModel
timm
release, v 1.0.12, with a focus on optimizers. The optimizer factory has been refactored, there's now a timm.optim.list_optimizers()
and new way to register optimizers and their attributes. As always you can use an timm
optimizer like a torch
one, just replace torch.optim
with timm.optim
adfactorbv
adopt
/ adoptw
(decoupled decay)mars
laprop
c
as well as cadamw
, cnadamw
, csgdw
, clamb
, crmsproptf
timm
, OpenCLIP
, and hopefully more.timm
scripts soon:
timm/plant-pathology-2021 timm
support for object detection, eventually segmentation, is finally under development :Otimm
model to use before commiting to download or training with a large dataset? Try mini-imagenet:
timm/mini-imagenet timm
release (1.0.11) is out now. A also wrote an article on one of the included models: https://huggingface.co/blog/rwightman/mambaout