Commit Graph

6 Commits

Author SHA1 Message Date
Georgi Gerganov 85c71945cf Revert "weights_only" arg - this causing more trouble than help 2023-03-12 20:59:01 +02:00
Oleksandr Nikitin a7cf72d75e python/pytorch compat notes (#44) 2023-03-12 14:16:33 +02:00
deepdiffuser a9b53a036b use weights_only in conversion script (#32)
this restricts malicious weights from executing arbitrary code by restricting the unpickler to only loading tensors, primitive types, and dictionaries
2023-03-12 08:36:35 +02:00
Georgi Gerganov a2799521b9 Support all LLaMA models + change Q4_0 quantization storage 2023-03-11 11:28:30 +02:00
Georgi Gerganov 8453184bb2 Fix a bug in the rope calculation 2023-03-10 23:46:57 +02:00
Georgi Gerganov 4b5b86d6ee Initial release 2023-03-10 20:56:40 +02:00