Skip to content

<spam> #37295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
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