From b28960e619c685a1e4aae90475759d3b6628e6a7 Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Fri, 27 Sep 2024 01:28:32 +0000 Subject: [PATCH] introduce intentional issue --- 06_gpu_and_ml/hyperparameter-sweep/hp_sweep_gpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_gpu_and_ml/hyperparameter-sweep/hp_sweep_gpt.py b/06_gpu_and_ml/hyperparameter-sweep/hp_sweep_gpt.py index edb5d7461..973d8d1ab 100644 --- a/06_gpu_and_ml/hyperparameter-sweep/hp_sweep_gpt.py +++ b/06_gpu_and_ml/hyperparameter-sweep/hp_sweep_gpt.py @@ -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