Skip to content
Closed

<spam> #37295

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions num_to_word.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from num2words import num2words

for num in range(1, 10):
print(f"Number = {num} , in words: {num2words(num)}")
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def main():

# Sending telemetry. Tracking the example usage helps us better allocate resources to maintain them. The
# information sent is the one passed as arguments along with your Python/PyTorch versions.
send_example_telemetry("run_{{cookiecutter.example_shortcut}", args)
send_example_telemetry("run_{{cookiecutter.example_shortcut}}", args)

# Initialize the accelerator. We will let the accelerator handle device placement for us in this example.
accelerator = Accelerator()
Expand Down
4 changes: 4 additions & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Test Markdown File

This is a test markdown file.
Hello world