Add working directory note to AMD download script docstring
941c05c
lzwjavacommited on
Add FineWeb download script for AMD/US environment (direct HuggingFace, no mirror)
eb61d41
lzwjavacommited on
The changes update the download plan script to handle .tar.gz files (for Llama 3 models) in addition to the previously supported .tar files. The code checks if the target filename ends with .tar.gz and adjusts the extraction command accordingly by using tar xfzf format gzip files. This ensures compatibility with Llama 3 models which use the .tar.gz format.