-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fasttext cannot be found #78
Comments
Hi @tonychenxyz , |
I added updating g++/gcc commands per instruction in config yaml but seems like for AWS I don't have root access to do that. Are there any updating commands that you guys used with aws? Error I got
My current ray config
|
Hi @tonychenxyz, Are you spinning up new instances (I assume you do)? If so, you should be able to use |
Thanks for replying. I did this
And I got this error
|
After removing open_lm installation per #79 , I was able to run the new config that installs fasttext. But I got jsonlines not found. Does the baseline yaml config provide the full specification of environment packages? |
Hi @tonychenxyz , Unfortunately pip installing open_lm (edit: or dclm) in the yaml is required, since further packages are also installed with this command. |
Hi @tonychenxyz, I provided a modified yaml file in #79 , using which both fasttext and jsonlines are installed properly. Let's move the discussion to #79 so that it is more centralized. One more thing I noticed though: the input json and the output that you use point to private buckets. You should create your own reference json as outlined in the README, and have the output point to a bucket where you have write access. |
I successfully launched the ray.
Then I ran
I was told fasttext can not be found. I tried to pip install fasttext both in shell and add pip install fasttext in setup_commands. But I got the following error either way:
my ray config is
The text was updated successfully, but these errors were encountered: