Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
9
3
Jerry Zhang
jerryzh168
Follow
clem's profile picture
medmekk's profile picture
2 followers
·
4 following
jerryzh168
AI & ML interests
None yet
Recent Activity
reacted
to
cbensimon
's
post
with 🚀
3 days ago
🚀 ZeroGPU now supports PyTorch native quantization via `torchao` While it hasn’t been battle-tested yet, `Int8WeightOnlyConfig` is already working flawlessly in our tests. Let us know if you run into any issues — and we’re excited to see what the community will build! ```python 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] ```
updated
a model
7 days ago
jerryzh168/Qwen3-4B-untied-weights
published
a model
7 days ago
jerryzh168/Qwen3-4B-untied-weights
View all activity
Organizations
jerryzh168
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
Articles
liked
a Space
3 months ago
Running
5
5
TorchAO
💻
Quantize and upload Hugging Face models
liked
a Space
6 months ago
Running
on
A100
4
4
QuantizationTorchAODraft
💻
Quantize and save Hugging Face LLM models
liked
a model
10 months ago
Qwen/Qwen1.5-MoE-A2.7B
Text Generation
•
14B
•
Updated
Apr 18, 2024
•
57.5k
•
203