Sean Owen
Sean Owen
I think it may be subtler than that, like, it isn't actually supporting multiple commands in a cell like you are trying to supply. You're actually passing one long command...
No, this just means you have two different copies of the library in your application somehow
Looks legitimate, but, I can't debug it. If you have a pull request, feel free to open it here
Good to know. I imagine we could update the deepspeed version, but yeah I haven't tested it either. We could also simply pin the transformers version to something earlier, as...
CC @matthayes , WDYT?
I've got a related example, for what it's worth, and it really does occur in the RedPajama v1 dataset. In `0.5.1` with `enc = tiktoken.encoding_for_model("gpt-4")`, calling `enc.encode_ordinary` results in something...
(I think this can be closed as #661 was merged)
I just add `'booster': booster.attributes()` to the return values. It will have three attributes related to the best iteration. You can retrieve it later with `.best_trial['result']['booster']['best_iteration']`
I think the more direct answer is - some 1D formats are harder to read. Harder means slower, as it means more frames have to be analyzed before it's succesful....
I don't mind tightening up the very lenient check here: https://github.com/zxing/zxing/blob/master/core/src/main/java/com/google/zxing/client/result/EmailDoCoMoResultParser.java#L60 Feel free to propose something that maybe looks for at least something like a domain after "@" The app...