henk717 / KoboldAI

KoboldAI is generative AI software optimized for fictional use, but capable of much more!
http://koboldai.com
GNU Affero General Public License v3.0
352 stars 130 forks source link

chore: remove typed storage to enable torch>=2.3 compatibility #519

Closed AlpinDale closed 2 months ago

AlpinDale commented 2 months ago

Not much to be done here, all references to typed storage has been removed, and default dtype is set to torch.float16. I tested with torch 2.3.0 and model loads fine and generates text as expected. Needs testing to make sure it doesn't break anything.

Tests: