
Multiverse Computing Unveils Breakthrough: All CompactifAI Models Now Run on Intel Xeon 6 Processors
23.7.2026 15:00:00 CEST | GlobeNewswire by notified | Press release
Advancement delivers significant performance improvements, energy savings, and reductions in memory footprint while preserving accuracy
SAN SEBASTIÁN, Spain, July 23, 2026 (GLOBE NEWSWIRE) -- Multiverse Computing, a leader in AI model compression, today announced that its CompactifAI®-compressed version of the Llama* 3.3 70B model now runs seamlessly on Intel® Xeon® 6 processors with Performance-cores, utilizing vLLM* CPU and Intel® Advanced Matrix Extensions (AMX), marking a major advancement in more energy-efficient and scalable AI . With CompactifAI, Multiverse Computing’s proprietary AI model compression technology, the company compresses and offers optimized versions of leading open-source AI models. This breakthrough delivers improved throughput and latency while maintaining compatibility with mainstream open‑source tooling.
Performance and efficiency. In controlled benchmarks using an Intel® Xeon® 6737P processor, the CompactifAI-compressed Llama* 3.3 70B model demonstrated significant improvements over the uncompressed baseline. For a request comprising 1,024 input and 1,024 output tokens, the uncompressed baseline achieved an output throughput of 2.00 tokens/second and token throughput of 4.02 tokens/second. The CompactifAI-compressed model delivered an output throughput of 3.86 tokens/second and a total token throughput of 7.81 tokens/second, marking improvements of 93.6% and 94.1%, respectively.
Latency improvements were observed across all concurrency levels. For example, at one concurrent user, the uncompressed baseline required 5,056.34 seconds to process, while the compressed model reduced this to 2,598.22 seconds, resulting in a latency reduction of 48.6%. This trend continued across higher concurrency levels, with the compressed model consistently delivering faster response times.
Additional performance metrics including ITL (Inter-Token Latency), TPOT (Time Per Output Token), and TTFT (Time to First Token) showed substantial reductions:
- ITL (mean): 493.36 ms to 252.08 ms (48.9% reduction).
- TPOT (mean): 494.71 ms to 255.76 ms (48.3% reduction).
- TTFT (mean): 6939.20 ms to 3705.64 ms (46.6% reduction).
Across all concurrency levels tested, the compressed model showcased consistent latency reductions and throughput improvements, with the largest gains at the highest concurrency level (256 concurrent users), where throughput increased by 107.0% and latency decreased by 51.7%.
Accuracy. When measured against standard benchmarks, the CompactifAI-compressed model retained strong accuracy relative to the baseline model, with only minor variations observed:
- BoolQ*: Baseline score of 0.904587 vs. compressed score of 0.896024 (0.95% decrease).
- GSM8K*: Baseline score of 0.934799 vs. compressed score of 0.924185 (1.14% decrease).
- HellaSwag*: Baseline score of 0.590520 vs. compressed score of 0.579068 (1.94% decrease).
- MMLU*: Baseline score of 0.776528 vs. compressed model score of 0.757300 (2.48% decrease).
- WinoGrande* (Template): Baseline score of 0.678769 vs. compressed score of 0.725335 (6.86% increase).
While it may seem counterintuitive, the accuracy improvement observed in some benchmarks can be attributed to the re-training, or “healing” process that follows compression. During compression, Multiverse Computing reduces the model’s parameter count while simultaneously applying a targeted re-training phase to optimize performance. Although improvement across all benchmarks cannot be guaranteed, the compressed model retains a significant share of the original model’s core information, which can in select cases yield performance gains, as demonstrated by the 6.86% improvement observed in the WinoGrande benchmark..
Overall, the compressed model retained over 97% of the baseline accuracy across these benchmarks, confirming that the compression did not meaningfully affect performance for real-world applications.
Model size on disk. The compressed model's disk size is reduced by approximately 50%, from ~130 GiB to ~65 GiB, significantly reducing storage requirements and provisioning times for large-scale deployments.
According to Enrique Lizaso, Co‑founder & CEO of Multiverse Computing, "This isn’t just a technical milestone — it’s a game‑changer for AI builders."
Built for real‑world deployment. CompactifAI integrates with PyTorch* software, Hugging Face* platform, and other open‑source frameworks, providing a straightforward path into existing developer pipelines. On the infrastructure side, the stack supports enterprise‑grade AI workloads such as retrieval‑augmented generation (RAG), multimodal reasoning, and domain‑specific applications. Supported models include Llama* 4 Scout, Llama* 3.3 70B, Llama* 3.1 8B, Mistral* Small 3.1, and DeepSeek* R1, along with ‘Slim’ variants—compressed versions of the original AI models optimized by CompactifAI for enhanced efficiency.
Availability. CompactifAI is available across leading cloud platforms, and now efficiently supports all instances powered by Intel® Xeon® 6 processors with Performance-cores running vLLM* CPU, complementing on-premises deployments and providing a scalable, secure path to production. The solution is optimized for demanding enterprise applications in industries such as finance, healthcare, and manufacturing, offering both high performance and energy efficiency.
Editor’s note: A brief performance highlight appears in the main text. For a full datacentre perspective, multi‑user concurrency testing, complete configuration details, and measurement methodology, see Appendix A and Figure 1 below.
Figure 1 — Server-side throughput (tokens/second) and latency (ms) measured for both the uncompressed baseline and CompactifAI-compressed variants. Results were obtained using a test configuration of one concurrent user, 1,024 input tokens, and 1,024 output tokens, performed on an Intel® Xeon® 6 processor with Performance-cores usingvLLM* CPU at tensor parallelism level 1. The figures compare baseline (uncompressed) and CompactifAI (compressed) model performances across throughput (tokens per second) and latency (milliseconds). See Appendix A for methodology.
To learn more, visit multiversecomputing.com/compactifai. For inquiries, contact us at sales@multiversecomputing.com.
Appendix A — Reproducibility & Methodology
Hardware & Firmware
- CPUs: 1× Intel Xeon 6737P (32 physical cores, 64 hardware threads, up to ~4.0 GHz). Link to specifications: Intel® Xeon® 6737P Processor.
- System memory: ~1.0 TB RAM.
Software Stack
- Serving: vLLM* (CPU build) running inside a Docker* container (vLLM*-based serving image).
- Models:
- Compressed: CompactifAI variants served from local checkpoints.
- Baseline: Corresponding baselines, served from standard HF checkpoints.
- Python* environment: Dedicated environment for the vLLM* client and analysis scripts (benchmark driver, metric aggregation, plotting).
Workload Definition
- Prompt/completion lengths: 1,024 input tokens and 1,024 output tokens, using a synthetic random-token workload.
- Concurrency levels: 1 (low-load latency) - 256 (high-concurrency stress test, representative of datacentre-style load).
- Request volume: For each configuration, approximately 10×concurrency requests are issued (e.g., ~2,560 requests at concurrency 256).
- Reported metrics (per model/config):
- Overall benchmark duration (s).
- Request throughput (req/s), total-token and output-token throughput (tokens/s).
- Latency metrics: mean TTFT (Time To First Token), mean TPOT (Time Per Output Token, excluding the first), and mean ITL (Inter-Token Latency), with additional distribution details available in the raw JSON outputs.
About Intel
Intel is an industry leader, creating world-changing technology that enables global progress and enriches lives. Inspired by Moore’s Law, we continuously work to advance the design and manufacturing of semiconductors to help address our customers’ greatest challenges. By embedding intelligence in the cloud, network, edge and every kind of computing device, we unleash the potential of data to transform business and society for the better.
About Multiverse Computing
Multiverse Computing is the leader in AI model compression. The company’s deep expertise in quantum software led to the development of CompactifAI, a revolutionary compressor that reduces computing requirements and unleashes new use cases for AI across industries. Headquartered in Donostia, Spain, with offices in the United States, Canada, and across Europe, Multiverse serves more than 100 global customers, including Iberdrola, Bosch, and the Bank of Canada. For more information, visit www.multiversecomputing.com.
Media Contact
LaunchSquad for Multiverse Computing
Disclaimer:
For Intel products, performance varies by use, configuration and other factors. Learn more on the Performance Index site. Performance results are based on testing as of dates shown in configurations and may not reflect all publicly available updates. See backup for configuration details.
Intel technologies may require enabled hardware, software or service activation. Your costs and results may vary. No product or component can be absolutely secure. Intel does not control or audit third-party data. You should consult other sources to evaluate accuracy.
*Other names and brands may be claimed as the property of others.
© Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries.
Photos accompanying this announcement are available at:
https://www.globenewswire.com/NewsRoom/AttachmentNg/c954b3d1-f586-44d6-a539-9caf8865a773
https://www.globenewswire.com/NewsRoom/AttachmentNg/2216359e-3d14-41e4-ba92-3ef07e830f35
https://www.globenewswire.com/NewsRoom/AttachmentNg/8dc7cd2a-c978-416f-a058-06a6e0be00d2
https://www.globenewswire.com/NewsRoom/AttachmentNg/b8a1382b-0981-41ec-af55-a96b71c51824
https://www.globenewswire.com/NewsRoom/AttachmentNg/5d640fd9-b71e-43e9-be8a-ec3ddf8ccd82
Subscribe to releases from GlobeNewswire by notified
Subscribe to all the latest releases from GlobeNewswire by notified by registering your e-mail address below. You can unsubscribe at any time.
Latest releases from GlobeNewswire by notified
Iveco Group signs a 150 million euro term loan facility with Cassa Depositi e Prestiti to support investments in research, development and innovation11.6.2024 12:00:00 CEST | Press release
Turin, 11th June 2024. Iveco Group N.V. (EXM: IVG), a global automotive leader active in the Commercial & Specialty Vehicles, Powertrain and related Financial Services arenas, has successfully signed a term loan facility of 150 million euros with Cassa Depositi e Prestiti (CDP), for the creation of new projects in Italy dedicated to research, development and innovation. In detail, through the resources made available by CDP, Iveco Group will develop innovative technologies and architectures in the field of electric propulsion and further develop solutions for autonomous driving, digitalisation and vehicle connectivity aimed at increasing efficiency, safety, driving comfort and productivity. The financed investments, which will have a 5-year amortising profile, will be made by Iveco Group in Italy by the end of 2025. Iveco Group N.V. (EXM: IVG) is the home of unique people and brands that power your business and mission to advance a more sustainable society. The eight brands are each a
DSV, 1115 - SHARE BUYBACK IN DSV A/S11.6.2024 11:22:17 CEST | Press release
Company Announcement No. 1115 On 24 April 2024, we initiated a share buyback programme, as described in Company Announcement No. 1104. According to the programme, the company will in the period from 24 April 2024 until 23 July 2024 purchase own shares up to a maximum value of DKK 1,000 million, and no more than 1,700,000 shares, corresponding to 0.79% of the share capital at commencement of the programme. The programme has been implemented in accordance with Regulation No. 596/2014 of the European Parliament and Council of 16 April 2014 (“MAR”) (save for the rules on share buyback programmes set out in MAR article 5) and the Commission Delegated Regulation (EU) 2016/1052, also referred to as the Safe Harbour rules. Trading dayNumber of shares bought backAverage transaction priceAmount DKKAccumulated trading for days 1-25478,1001,023.01489,100,86026:3 June 20247,0001,050.597,354,13027:4 June 20245,0001,055.705,278,50028:6 June20243,0001,096.273,288,81029:7 June 20244,0001,106.174,424,68
Landsbankinn hf.: Offering of covered bonds11.6.2024 11:16:36 CEST | Press release
Landsbankinn will offer covered bonds for sale via auction held on Thursday 13 June at 15:00. An inflation-linked series, LBANK CBI 30, will be offered for sale. In connection with the auction, a covered bond exchange offering will take place, where holders of the inflation-linked series LBANK CBI 24 can sell the covered bonds in the series against covered bonds bought in the above-mentioned auction. The clean price of the bonds is predefined at 99,594. Expected settlement date is 20 June 2024. Covered bonds issued by Landsbankinn are rated A+ with stable outlook by S&P Global Ratings. Landsbankinn Capital Markets will manage the auction. For further information, please call +354 410 7330 or email verdbrefamidlun@landsbankinn.is.
Relay42 unlocks customer intelligence with a new insights and reporting module, powered by Amazon QuickSight11.6.2024 11:00:00 CEST | Press release
AMSTERDAM, June 11, 2024 (GLOBE NEWSWIRE) -- Relay42, a leading European Customer Data Platform (CDP), is leveraging Amazon QuickSight to power its new real-time customer intelligence, reporting, and dashboard module. Harnessing the breadth and quality of customer data, the new Insights module empowers marketing teams to dive deep into customer behaviors and gain invaluable insights into the performance of their marketing programs across all online, offline, paid, and owned marketing channels. Preview of the Relay42 Insights module, in pre-beta version Key capabilities of the Relay42 Insights module include: Deep insights into customer behaviors: With the Relay42 Insights module, marketers can ask unlimited questions about their data and gain a deeper understanding of how to serve their customers more effectively. Simplicity with AI-powered querying: Marketers can use artificial intelligence to query their data using natural language search, reducing the reliance on data scientists. Us
Metasphere Labs Announces X Spaces Event on the Topic of Green Bitcoin Mining and Sound Money for Sustainability11.6.2024 10:30:00 CEST | Press release
VANCOUVER, British Columbia, June 11, 2024 (GLOBE NEWSWIRE) -- Metasphere Labs Inc. (formerly Looking Glass Labs Ltd., "Metasphere Labs" or the "Company") (Cboe Canada: LABZ) (OTC: LABZF) (FRA: H1N) is thrilled to announce an engaging Twitter Spaces event on Green Bitcoin mining, energy markets, and sustainability on July 3, 2024 at 2 p.m. ET. Follow us on X at MetasphereLabs for updates and to join the event. What We'll Discuss Bitcoin Mining Basics: Understand the fundamentals of Bitcoin mining.Energy Market Dynamics: Explore how Bitcoin mining interacts with energy markets.Sustainable Innovations: Learn about our efforts to promote sustainability in Bitcoin mining.Sound Money: Discover how tamper-proof currency can enhance stability.Efficient Payment Rails: See how fast, neutral payment systems support humanitarian projects.Carbon Footprint: Compare Bitcoin's environmental impact with traditional banking. "We're excited to host this event and dive into the critical topics of Bitcoin