Help your customers win by getting even with better performance on their hardware.
Easily demonstrate the performance that can be achieved on your devices using the Deci platform.
Be at the forefront of deep learning innovation and deliver added value to your customers.
Empower customers to reach new performance heights on your devices and get the most out of their hardware investment.
Allow your customers to scale up inference cost efficiently with models that maximize GPU and CPU utilization and lower operational costs.
Gain a competitive edge and scale your business by empowering your customers with cutting-edge AI tools and expertise.
“Deci delivers optimized deep learning inference on Intel processors as highlighted in MLPerf, allowing our customers to meet performance SLAs, reduce cost, decrease time to deployment, and gives them the ability to effectively scale.”
“By collaborating with Deci, we aim to help our customers accelerate AI innovation and deploy AI solutions everywhere using our industry-leading platforms, from data centers to edge systems that accelerate high-throughput inference.”
from transformers import AutoFeatureExtractor, AutoModelForImageClassification
extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")
model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")