From 48ad5acd59a20a7a055cbc39280f9f7edada3c78 Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 13:23:54 +0300 Subject: [PATCH] Update hf-inference-example.py --- hf-inference-example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hf-inference-example.py b/hf-inference-example.py index faacf47..4575923 100644 --- a/hf-inference-example.py +++ b/hf-inference-example.py @@ -1,6 +1,6 @@ import llamahf -# to save memory use bfloat16 on cpu +# # to save memory use bfloat16 on cpu # import torch # torch.set_default_dtype(torch.bfloat16)