Betacuckgpt commited on
Commit
7dc41d1
1 Parent(s): 6893306

Create main

Browse files
Files changed (1) hide show
  1. main +3 -0
main ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Load model directly
2
+ from transformers import AutoModel
3
+ model = AutoModel.from_pretrained("TheBloke/dolphin-2.5-mixtral-8x7b-GGUF")