Lenovo Group will manufacture AI servers in India
DIYuan | 2024-09-21 19:09
【数据猿导读】 Lenovo Group will manufacture AI servers in India
On September 18, Lenovo Group announced on Tuesday that it will start producing artificial intelligence servers at its factory in southern India and open an AI server-focused research and development lab at its tech hub in Bangalore. Lenovo said it aims to produce 50,000 AI rackmount servers and 2,400 graphics processing unit (GPU) servers a year at its Puducherry, India, plant, which are dedicated to resource-intensive tasks such as machine learning.
来源:DIYuan
声明:数据猿尊重媒体行业规范,相关内容都会注明来源与作者;转载我们原创内容时,也请务必注明“来源:数据猿”与作者名称,否则将会受到数据猿追责。

















































FreeMarker template error:
The following has evaluated to null or missing:
==> a [in template "jx/article/20240921/22017.html" at line 785, 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/20240921/22017.html" at line 785, 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.