From 1377400c333d92769b0165eb1b3da850c9a71ad8 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 25 May 2023 22:33:45 +0900 Subject: [PATCH] Add info on Runtime Error --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f90be3d6..e039fa639 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,10 @@ Please reduce any below - `eval_batch_size` - `sequence_len` +> RuntimeError: expected scalar type Float but found Half + +Try set `fp16: true` + ## Contributing 🤝 Bugs? Please check for open issue else create a new [Issue](https://github.com/OpenAccess-AI-Collective/axolotl/issues/new).