mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
minor fixes (#246)
* removed duplicated white spaces * Update ch07/01_main-chapter-code/ch07.ipynb * Update ch07/05_dataset-generation/llama3-ollama.ipynb * removed duplicated white spaces * fixed title again --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
@@ -1263,7 +1263,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"model = NeuralNetwork(2, 2) # needs to match the original model exactly\n",
|
||||
"model = NeuralNetwork(2, 2) # needs to match the original model exactly\n",
|
||||
"model.load_state_dict(torch.load(\"model.pth\"))"
|
||||
]
|
||||
},
|
||||
@@ -1340,7 +1340,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.6"
|
||||
"version": "3.10.11"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user