Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Nov 26, 2024
1 parent 71abc2c commit c904429
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/download_checkpoints.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import argparse
import csv
import os
import requests
from tqdm import tqdm
import argparse
from pathlib import Path
from urllib.parse import urljoin

import requests
from tqdm import tqdm


def convert_to_r2_url(http_url):
"""Convert HTTP URL to R2 URL format."""
if http_url.startswith('https://olmo-checkpoints.org/'):
Expand Down

0 comments on commit c904429

Please sign in to comment.