Skip to content

Commit

Permalink
fixed label so no overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Jan 31, 2024
1 parent 4a5b107 commit d2b06d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/getting-started/table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
const TrainingScenarioIds = ['ot_large_model', 'ot_on_device'];
const TrainingPlatforms = ['Linux', 'Windows', 'Mac', 'Android', 'iOS', 'Web browser'];
const TrainingPlatformIds = ['ot_linux', 'ot_windows', 'ot_mac', 'ot_android', 'ot_ios', 'ot_web'];
const TrainingAPIs = ['Python', 'C', 'C++', 'C#', 'Java', 'Obj-C', 'JavaScript/TypeScript'];
const TrainingAPIs = ['Python', 'C', 'C++', 'C#', 'Java', 'Obj-C', 'JavaScript'];
const TrainingAPIIds = ['ot_python', 'ot_c', 'ot_cplusplus', 'ot_csharp', 'ot_java', 'ot_objc', 'ot_js'];
const TrainingVersions = ['CUDA 11.8', 'ROCm', 'CPU'];
const TrainingVersionIds = ['ot_CUDA118', 'ot_ROCm', 'ot_CPU'];
Expand Down

0 comments on commit d2b06d5

Please sign in to comment.