Codeb Fan

Results 4 comments of Codeb Fan

Are you using Python 3? This module is not compatible with Python 3 yet. But there's a quick fix: ``` cd PYTHONHOME/site-packages 2to3 -w -n pyculiarity ```

@michael-erasmus Since I don't have the write access of this repository I can't merge the PR. You should @nicolasmiller

The result's like: ``` sh Create document object... Writing finished... >>> Doc: ID: 4f55195832c05f4b4a000001 File: 4f55195832c05f4b53000002 >>> GridFS: [u'File_19282', u'File_19283'] ``` There are two files in GridFS but we only...

@zucchini-nlp You've hardcoded a path in modeling_llava_next.py and I suppose it's for debugging? ``` if input_ids.shape[1] > 1: torch.save(inputs_embeds, "/raid/raushan/inputs_embeds_our.pt") ```