Skip to content

Commit

Permalink
Merge pull request #20 from RolnickLab/update-readmes
Browse files Browse the repository at this point in the history
First-level basic cleanup
  • Loading branch information
liellnima authored Sep 3, 2024
2 parents 05b0b5a + ebedbc8 commit d7d8cf4
Show file tree
Hide file tree
Showing 11 changed files with 373 additions and 333 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log
All notable changes to the ClimateSetEmulator repo will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased] - yyyy-mm-dd

Here is a summary of the changes that are currently happening (PRs).

### Added
- [Changelog](https://github.com/RolnickLab/ClimateSet/pull/20)

### Changed
- [First-level Cleanup](https://github.com/RolnickLab/ClimateSet/pull/20)

### Fixed


## [0.1.0] - 2024-08-13

First tagged version of the code base.

### Added
- [LICENSE](https://github.com/RolnickLab/ClimateSet/blob/main/LICENSE)

### Changed

### Fixed
354 changes: 341 additions & 13 deletions README.md

Large diffs are not rendered by default.

313 changes: 0 additions & 313 deletions README_emulator.md

This file was deleted.

5 changes: 0 additions & 5 deletions diagram.svg

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from huggingface_hub import hf_hub_download

from huggingface_hub import snapshot_download #hf_hub_download
import os

# Path of the directory where the checkpoints will be downloaded in your local machine
local_directory = os.path.join(os.getcwd(), 'pretrained_models')
Expand Down

0 comments on commit d7d8cf4

Please sign in to comment.