Skip to content

Commit

Permalink
introduce intentional issue
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Sep 27, 2024
1 parent 0463de2 commit b28960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/hyperparameter-sweep/hp_sweep_gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# LLM model (`AttentionModel`), and a `Dataset` class. The torch model is a nano GPT style model
# very similar to [Karpathy's](https://github.com/ShariqM/modal_nano_gpt/blob/master/model.py).
# The `Dataset` class manages the Shakespeare text data which is available
# [here](https://github.com/ShariqM/modal_nano_gpt/blob/master/model.py).
# [here](/modal_nano_gpt/blob/master/model.py).

import logging as L

Expand Down

0 comments on commit b28960e

Please sign in to comment.