Benjamin Hoover

Results 25 comments of Benjamin Hoover

I'm getting this same error after a fresh `brew install gromgit/fuse/s3fs-mac` (which downloads `s3fs` version 1.9.1). The command: ``` s3fs BUCKET /PATH/TO/MOUNT -o url=ENDPOINT -o passwd_file=~/.passwd-s3fs ``` results in ```...

Until I can get around to posting an example about the training, let me just clarify things below: Say you start with a single txt file where each line is...

Your understanding is correct! Re: the CPU version -- the training code was developed by a person I no longer have contact with, but I did make an effort to...

Whelp, looks like you might need CUDA (specifically, `nvcc`) to build the code after all. Did you run `flyvec_compile`?

What is the output of `nvcc --version` ?

Are you able to bump nvcc to 11.0? That is the version running on the system I have. If not, I'm going to have to become a bit more intimate...

g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

Have you run `bash short_make`? (located inside `flyvec/src`)

Can you please post which part of the setup process is not working for you?

Weird, I haven't seen this one before. It seems like the Transformers library is having trouble loading the vocabulary for the tokenizer corresponding to the default "bert-base-cased" model. 1. What...