Skip to content

Commit

Permalink
Configured for computing cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
HuFY-dev committed Apr 1, 2024
1 parent cf79a57 commit 2660f57
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 57 deletions.
6 changes: 3 additions & 3 deletions docs/content/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -438,7 +438,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.9"
},
"vscode": {
"interpreter": {
Expand All @@ -447,5 +447,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
99 changes: 48 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
python=">=3.10, <3.12"
strenum=">=0.4.15"
tokenizers=">=0.15.1"
torch=">=2.1.2"
torchmetrics="^1.3.0.post0"
torch="2.1.2"
torchmetrics="1.3.0.post0"
transformers=">=4.37.2"
wandb=">=0.16.2"
zstandard=">=0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion sparse_autoencoder/train/sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def setup_autoencoder(
type=type,
)

return LitSparseAutoencoder(config).cuda()
return LitSparseAutoencoder(config)


def setup_source_data(hyperparameters: RuntimeHyperparameters) -> SourceDataset:
Expand Down
Loading

0 comments on commit 2660f57

Please sign in to comment.