Nathaniel Mills

Results 22 comments of Nathaniel Mills

I gave up. I could not get podman to work with symbolically linked directories so paid for Docker Enterprise.

The use case is I have multiple Eclipse projects that all need test data so I have one real directory of test data and create symbolic links from the other...

Yes, the problem was the symbolic links during copy in the Dockerfile that were not working.

I realized after creating this issue that I wasn't loading any dictionaries. It would help if the README.md showed examples for loading the two dictionaries you have so people can...

I gave up so please close as this may have been something specific to my environment.

I'd been handed code that worked, so I didn't investigate alternatives ;^) -- the API you showed has more parameters. I'm happy to switch if you could provide a working...

I tried setting the env variables (the article showed HF_HUB_CACHE rather than HUGGINGFACE_HUB_CACHE) to a directory with rwx for all levels and still get the I/O error -- do I...

Will the API using newInstance I first asked about first check the .cache for the existence of the model before attempting to download it? If so, I can build the...

@frankfliu thanks for your suggestions. I'm stuck because the newInstance for the intfloat/multilingual-e5-base calls JNI code that is attempting to save downloaded content to ~/.cache/huggingface/hub and I've tried environment variables...

The env variable I needed was HF_HOME -- it was in the Docker document you'd provided. Thank you.