Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -50,7 +50,6 @@ from transformers import pipeline
50
 
51
  pipe = pipeline("text-generation", model="MaziyarPanahi/Qwen1.5-8x7b-v0.1")
52
 
53
- Copy
54
  # Load model directly
55
  from transformers import AutoTokenizer, AutoModelForCausalLM
56
 
 
50
 
51
  pipe = pipeline("text-generation", model="MaziyarPanahi/Qwen1.5-8x7b-v0.1")
52
 
 
53
  # Load model directly
54
  from transformers import AutoTokenizer, AutoModelForCausalLM
55