Skip to content

Commit

Permalink
update T1000-E troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessie219-web committed Sep 25, 2024
2 parents b8ca9c8 + fa8a720 commit 1695822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/jeston/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ const computerPageA = () => {
})}
{usageRender({
class:styles.gray,
title: 'Jetpack Flash and Hardware Usage',
title: 'AI Developer Tools',
desc: `
Most of our reComputer Jetson products come with NVIDIA JetPack system pre-installed on the device. However, if you want to flash these devices again or flash other devices which do not come with JetPack system, you can follow the below links for step-by-step guidance. We have also included guidance on how to use different hardware peripherals on these NVIDIA Jetson powered devices.
After accessing an NVIDIA Jetson device, the AI development process involves several key steps: obtaining and labeling data for training, training and optimizing the AI model to ensure optimal performance on the device, and finally deploying the model to build applications. Additionally, applications can be managed remotely, allowing for tracking of device performance metrics to ensure field efficiency. Comprehensive wiki guides are available to support this AI workflow using various software tools.
`,
list:listData1
})}
Expand Down
2 changes: 1 addition & 1 deletion src/components/recomputer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const computerPageA = () => {
<div style={{ color: "#8DC215", fontStyle: 'italic'}}>
Note: Hover your mouse over the product name on the left hand side and click it to enter the relevant wiki pages. Also hover your mouse over the product series name
on the right hand side to have a glimpse of the products included in that series.
</div>
</div>
<HardwarePage></HardwarePage>
<div id="NVIDIA_index_software" style={{ textAlign: "center", color: "#8DC215", fontSize: "3.2rem", fontWeight: "bold" }}>AI Developer Tools</div>
After you have access to an NVIDIA Jetson device, you can start developing different AI applications to suite different scenarios. The very first step of an AI project is to
Expand Down

0 comments on commit 1695822

Please sign in to comment.