From 349cf8b5e81fd5f791d1740da5de1313a0419bbd Mon Sep 17 00:00:00 2001 From: Gustavo de Rosa Date: Wed, 24 Jan 2024 13:34:13 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 42f7899..196e0eb 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,10 @@ Phi-1.5 can write poems, draft emails, create stories, summarize texts, write Py ## How to Use -Phi-1.5 has been integrated in the development version (4.37.0.dev) of `transformers`. Until the official version is released through `pip`, ensure that you are doing one of the following: +Phi-1.5 has been integrated in the `transformers` version 4.37.0. If you are using a lower version, ensure that you are doing the following: * When loading the model, ensure that `trust_remote_code=True` is passed as an argument of the `from_pretrained()` function. -* Update your local `transformers` to the development version: `pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers`. The previous command is an alternative to cloning and installing from the source. - The current `transformers` version can be verified with: `pip list | grep transformers`. ## Intended Uses