Skip to content

Commit

Permalink
fix: pytorch example not rendering on web
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Oct 15, 2024
1 parent fb60b56 commit 7245890
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions examples/pytorch/pytorch-instruction.schema.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ schema:
- stable
- preview
default: stable
os:
__os__:
title: Operating System
description: The operating system you use.
enum:
- linux
- mac
- win
default: win
- macos
- windows
package:
title: Package Manager
description: The package manager you use.
Expand All @@ -39,7 +38,7 @@ schema:
default: cu118
required:
- build
- os
- __os__
- package
- compute_platform
additionalProperties: false
Expand All @@ -48,8 +47,8 @@ pretty:
stable: Stable (2.3.0)
preview: Preview (Nightly)
linux: Linux
mac: Mac
win: Windows
macos: Mac
windows: Windows
conda: Conda
pip: Pip
cu118: CUDA 11.8
Expand All @@ -59,7 +58,7 @@ pretty:

------

{# `command` is macro which simply removes line breaks. #}
{# command is macro which simply removes line breaks. #}
{% call command() %}

{# Adams spaghetti code #}
Expand Down

0 comments on commit 7245890

Please sign in to comment.