Sean Owen
Sean Owen
Try again - Updated the requirements to include torch, and fix some newer versions
More likely deepspeed, the base model, etc but yeah that's fairly new and there is a lot of tooling that is deeply connected to torch here. It works now?
We should probably do something like this for 4.0, yes. Why does it require removing the isolated classloader? That's the only part I'm concerned about breaking something else.
To preserve the nested XML, simply set the corresponding column type to string in the schema. I don't think this is necessary
I read this again and I still don't understand it. Are you trying to parse, or not-parse, some subset of the XML? both are already possible though, and I can't...
You can preserve subtrees of the XML as strings as I mentioned above. You can further process the fragment with an XML parser, or with from_xml even.
Yes, you use from_xml to parse XML that is already a fragment that should become a parsed struct. It does not read already-parsed data; it parses. My premise is that...
I dont' know enough about the implications of this change to review it
Still seems weird to me -- Does this happen to even be 'enough' for the protobuf case? Or does this extra unwanted descriptor field add other unneeded cols? Is it...
I have not, but have a few ideas for you if you want to experiment: V100s do not support `bf16` like Ampere GPUs do. To be sure you are at...