百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 热门文章 > 正文

Tesla Delivery in China Sets Record in Q4 as AI Train Challenge Confronts FSD Rollout Plan in 2025

bigegpt 2025-02-13 11:11 7 浏览

TMTPOST -- Tesla Inc. sticks to its plan to roll out Full Self-driving (FSD) advanced driver assistant in China despite challenges challenges including artificial intelligence (AI) train in the the world’s largest electric vehicle (EV) market.

Credit:Tesla

Tesla missed the top and bottom line in the quarter ended December 31, ending 2024 with its first yearly decline in sales since 2011. But the EV giant guided a return to growth this year and CEO Elon Musk expressed optimism about the autonomy efforts, especially the expansion of FSD software in the major markets.

Tesla’s revenue for the fourth quarter rose 2% year-over-year (YoY) to $25.71 billion, less than analysts’ estimates of $27.21 billion. Earnings per share (EPS) popped 3% YoY to $0.73 whereas analysts estimated $0.75. Automotive revenues that quarter dropped 8% YoY to $19.8 billion, mainly dragged by reduced vehicle average selling price (ASP) amid the price war.

Tesla reported deliveries of 495,445 for the December quarter with a 7% YoY decrease, and 1,789,226 units for the full year, 1% down from 2023. However, Tesla achieved record deliveries in China in the quarter and Model Y became the best-selling vehicle for the year in the market, according to its Q4 Quarterly Update letter.Tesla said 2024 saw Model Y gained the top spot by sales of any type vehicles in many European countries including Denmark, Norway, Sweden, Switzerland and the Netherlands, and it expected the model to have been the second best-selling vehicle of any type in the continent.

“With the advancements in vehicle autonomy and the introduction of new products, we expect the vehicle business to return to growth in 2025,” Tesla said in the Q4 letter, adding that the growth rate will depend on a variety factors such as the pace of its autonomy efforts.

In the fourth quarter, Tesla continued to leverage AI to drive the expansion of self-driving technology. The company completed the deployment of Cortex, a training cluster containing 500,000 Nvidia H100 graphics processing units (GPUs) at Gigafactory Texas. Cortex helped enable V13 of FSD (Supervised), which boasts major improvements in safety and comfort thanks to 4.2x increase in data, higher resolution video inputs, 2x reduction in photon-to-control latency and redesigned controller. FSD (Supervised) can now start from park and perform unpark, reverse and park capabilities.

Musk said at an earnings call Tesla is going to launch “unsupervised full self-driving as a paid service” in Austin, Texa, in June. That means Tesla plans to start its paid robotaxi service powered by FSD (Supervised) software in Texas in mid-2025. Musk didn’t update the FSD rollout timetable in China, though listed challenges Tesla is facing including data collection for AI to train the FSD software.

Musk described Tesla’s situation as a quandary for the Chinese government doesn't allow Tesla to transfer training video outside of China, and the US government won’t let it do training in China. Tesla’s way to overcome it is to create a simulation. Musk told analysts the company searched videos of streets in China that are available on the internet to understand, then fed that into its video training and put it into a very accurate simulator. It also had to made the simulator replicate complex traffic rules like what time of the day bus lanes are available for automotive transportation as well as very complicated road conditions of the lanes.

Musk also talked about what made FSD difficult to hit the European countries. “Europe is a layer cake of regulations of bureaucracy, that really needs to be addressed,” the chief executive said.

Nevertheless, Musk said Tesla will get these challenges addressed and expected the company will have unsupervised FSD in almost every market this year, with limited supply due to regulatory issues. For unsupervised FSD, Musk said Tesla will have that software across U.S. next year, hopes that the company can provide it in most countries by the end of next year.

Tesla AI team in last September posted on social media platform X that Tesla will release FSD in China and Europe in the first quarter of 2025, pending for regulatory approval. The timetable is true and the application for FSD rollout is waiting for Chinese regulators’ greenlight, a person from Tesla China later that month told Chinese national financial newspaper the Securities Times.

相关推荐

php-fpm的配置和优化

目录概述php-fpm配置php-fpm进程优化配置慢日志查询配置php7进阶到架构师相关阅读概述这是关于php进阶到架构之php7核心技术与实战学习的系列课程:php-fpm的配置和优化学习目标:理...

成功安装 Magento2.4.3最新版教程「技术干货」

外贸独立站设计公司xingbell.com经过多次的反复实验,最新版的magento2.4.3在oneinstack的环境下的详细安装教程如下:一.vps系统:LinuxCentOS7.7.19...

十分钟让你学会LNMP架构负载均衡

业务架构、应用架构、数据架构和技术架构一、几个基本概念1、pv值pv值(pageviews):页面的浏览量概念:一个网站的所有页面,在一天内,被浏览的总次数。(大型网站通常是上千万的级别)2、u...

php从远程URL获取(mp4 mp3)音视频的流媒体数据

/***从远程URL中获取媒体(如mp4mp3)的内容*@parammixed$file_url*@parammixed$media_type...

Zabbix5.0安装部署

全盘展示运行状态,减轻运维人员的重复性工作量,提高系统排错速度,加速运维知识学习积累。1.png1、环境安装关闭SELinux并重启系统2.png安装httpd、mariadb、php运行yum-...

php 常见配置详解

以下是PHP常见的配置项及其含义:error_reporting:设置错误报告级别,可以控制PHP显示哪些错误。例如,设置为E_ALL将显示所有错误,而设置为0将禁止显示任何错误。displa...

实践分享|基于基石智算 DeepSeek API + WordPress 插件自动生成访客回复

基石智算举办的DeepSeek案例大赛汇集了不少基于CoresHubDeepSeekAPI服务或模型部署服务的精彩实践。本次我们将分享个人实践:通过DeepSeekAPI+Word...

如何在Eclipse中搭建Zabbix源码的调试和开发环境

Zabbix是一款非常优秀的企业级软件,被设计用于对数万台服务器、虚拟机和网络设备的数百万个监控项进行实时监控。Zabbix是开放源码和免费的,这就意味着当出现bug时,我们可以很方便地通过调试源码来...

MySQL自我保护参数

#头条创作挑战赛#之前(MySQL自我保护工具--pt-kill)提到用pt-kill工具来kill相关的会话,来达到保护数据库的目的,本文再通过修改数据库参数的方式达到阻断长时间运行的SQL的目...

Python闭包深度解析:掌握数据封装的高级技巧

闭包作为Python高级编程特性之一,为开发者提供了一种优雅的方式来实现数据封装和状态保持。这一概念源于函数式编程理论,在现代Python开发中发挥着重要作用。理解和掌握闭包的使用不仅能够提升代码的表...

Java服务网格故障注入与熔断实战

在分布式系统的高可用性挑战中,服务网格的故障注入与熔断机制是检验系统韧性的终极试金石。以下是10道逐步升级的"地狱关卡",每个关卡都对应真实生产环境中可能遇到的致命场景,并附具体场景示...

MySQL数据库性能优化全攻略:程序员必知的七大核心策略

作为程序员,我们每天都要与数据库打交道。当系统用户量突破百万级时,数据库往往成为性能瓶颈的首要怀疑对象。本文将深入探讨MySQL优化的七大核心策略,并提供可直接落地的优化方案,助您构建高效稳定的数据库...

如何在 Windows 11 上使用单个命令安装 XAMPP

XAMPP是一种广泛使用的软件,用于在Windows操作系统上快速运行LAMP服务器包,包括Windows11。尽管LAMP通常用于Linux系统,但XAMPP并不使用Li...

uTorrent怎样将bt种子转换为磁力

如何用uTorrent把BT种子转为磁力链接?以下方法希望能帮到你。1、在uTorrent窗口里,点击工具栏的按钮,所示。2、在打开窗口里,选取要转为磁力的种子文件,然后点击打开按钮,参照图示操作...

支持向量机SVM 分类和回归的实例

支持向量机(SupportVectorMachine)是Cortes和Vapnik于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他...