OpenAI Altman is revealed to launch a global AI infrastructure plan...
DIYuan | 2024-09-07 12:09
【数据猿导读】 OpenAI Altman is revealed to launch a global AI infrastructure plan
On September 4, according to Bloomberg, citing sources familiar with the matter, OpenAI CEO Altman plans to build large-scale AI required machinery, systems and other infrastructure facilities, the plan will start from the United States, is expected to cost tens of billions of dollars. The discussions come as OpenAI neared a new multi-billion dollar funding round that would value the company at more than $100 billion. The deal is expected to be led by Thrive Capital, with participation from Microsoft, Apple and Nvidia.
来源:DIYuan





















FreeMarker template error:
The following has evaluated to null or missing:
==> a [in template "jx/article/20240907/21959.html" at line 533, column 7]
Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??
The failing instruction (FTL stack trace):
----------
==> ${a.shortTitle} [in template "jx/article/20240907/21959.html" at line 533, column 5]
----------
Java stack trace (for programmers):
----------
freemarker.core.InvalidReferenceException: [... Exception message was already printed; see it above ...]
at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98)
at freemarker.core.UnexpectedTypeException.newDesciptionBuilder(UnexpectedTypeException.java:41)
at freemarker.core.UnexpectedTypeException.