From 443c7dbc2d05c99053bfaba36548ce738ced74d8 Mon Sep 17 00:00:00 2001 From: jie1126 <148535461+jie1126@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:42:45 +0800 Subject: [PATCH] Update toolformer_pytorch.py --- toolformer_pytorch/toolformer_pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolformer_pytorch/toolformer_pytorch.py b/toolformer_pytorch/toolformer_pytorch.py index a58acb1..c2febab 100644 --- a/toolformer_pytorch/toolformer_pytorch.py +++ b/toolformer_pytorch/toolformer_pytorch.py @@ -1,4 +1,4 @@ -import re +import regex as re from functools import partial, wraps from collections import namedtuple