Closed n15g closed 1 year ago
After testing with a non-standard embeddings directory I found that the filter() method doesn't actually return a list, so the following directories.append(set_dir) method fails. My bad!
directories.append(set_dir)
After testing with a non-standard embeddings directory I found that the filter() method doesn't actually return a list, so the following
directories.append(set_dir)
method fails. My bad!