homework-jianmu/docs/zh/06-advanced/06-TDgpt/07-dev/04-tsfm/index.md

384 B
Raw Blame History

sidebar_label title
添加时序基础模型 添加时序基础模型

本章主要介绍如何通过 TDgpt 使用开源时序基础模型包括Time-MoE 等的时序功能。

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>