changed json to jsonl

pull/570/head
Richard Anthony Hein 9 months ago
parent 22f053b896
commit fe877bcc50

@ -436,7 +436,7 @@
"from transformers import AutoModelForCausalLM, AutoTokenizer\n",
"\n",
"from swarms import ToolAgent\n",
"from swarms.utils.json_utils import base_model_to_json\n",
"from swarms.utils.jsonl_utils import base_model_to_json\n",
"\n",
"# Load the pre-trained model and tokenizer\n",
"model = AutoModelForCausalLM.from_pretrained(\n",

Loading…
Cancel
Save