moomoofarm1
moomoofarm1
Hi, the text package has been updated. Now you could try it with one of the Llama models. Please use the code below. `embed1
Gemma needs python support. I think this family would be available after an update in huggingface transformers package. And it will be available soon due to the newest transformers package...
Could you run the code and paste the output here? The code to run is `reticulate::py_list_packages("textrpp_condaenv")`. BTW, please also run the code `sessionInfo()` and paste the output here.
It seems your enviornment is correctly set. You do not need to run the curl command manually. The installation of the text package will automatically run that. So just try...
Have you installed any version of conda before installing the text package? Especially anaconda and miniconda. The incompatibility may be due to the incorrect path of the python package installer.
Nice to hear your success. If the imcompatibility comes again, please paste the message printed by the code `reticulate::py_last_error()`. It might help.
Maybe this helps by installing tokenizers directly. `reticulate::conda_install(envname="textrpp_condaenv", packages=c("tokenizers==0.13.1"), pip=TRUE)`
I will update the code to automate the installation if necessary in the future.
I think you should delete manually all the files and folders under site-packages folder. But before the deletion, you should have a backup somewhere else. Sometimes a previous installation of...
Would you please follow the steps in this [link](https://github.com/moomoofarm1/r-text_misc/blob/main/LocalSetupOfR_if_ANACONDA_incompatible.md)? I think the most important step is to delete the miniconda (/Users/macID/Library/r-miniconda-arm64). You have to open the Terminal in Mac, and...