Habana AI

company
Activity Feed

AI & ML interests

Habana Labs was founded in 2016 to create world-class AI Processors, developed from the ground-up and optimized for training deep neural networks and for inference deployment in production environments.

Recent Activity

regisss  new activity 15 days ago
Habana/mamba:Upload 2 files
regisss  new activity 19 days ago
Habana/mamba:Upload 2 files
regisss  updated a model 20 days ago
Habana/stable-diffusion-xl
View all activity

Habana's activity

regisss 
posted an update 3 days ago
regisss 
in Habana/mamba 15 days ago

Upload 2 files

#2 opened 15 days ago by
zzhang37
regisss 
in Habana/mamba 19 days ago

Upload 2 files

2
#1 opened 19 days ago by
zzhang37
jeffboudier 
posted an update 29 days ago
regisss 
posted an update 2 months ago
view post
Post
1374
Interested in performing inference with an ONNX model?⚡️

The Optimum docs about model inference with ONNX Runtime is now much clearer and simpler!

You want to deploy your favorite model on the hub but you don't know how to export it to the ONNX format? You can do it in one line of code as follows:
from optimum.onnxruntime import ORTModelForSequenceClassification

# Load the model from the hub and export it to the ONNX format
model_id = "distilbert-base-uncased-finetuned-sst-2-english"
model = ORTModelForSequenceClassification.from_pretrained(model_id, export=True)

Check out the whole guide 👉 https://huggingface.co/docs/optimum/onnxruntime/usage_guides/models
jeffboudier 
posted an update 2 months ago
jeffboudier 
posted an update 3 months ago
view post
Post
449
Inference Endpoints got a bunch of cool updates yesterday, this is my top 3
jeffboudier 
posted an update 3 months ago
view post
Post
4031
Pro Tip - if you're a Firefox user, you can set up Hugging Chat as integrated AI Assistant, with contextual links to summarize or simplify any text - handy!

In this short video I show how to set it up
  • 2 replies
·
regisss 
updated a model 6 months ago
jeffboudier 
posted an update 8 months ago
jeffboudier 
posted an update 9 months ago