Closed dsikka closed 9 months ago
TextGeneration
The following now works:
from deepsparse import TextGeneration model_path = "hf:mgoin/TinyStories-1M-ds" pipe = TextGeneration(model_path)
This still works:
model_path = TextGeneration(model_path=model_path)
Summary
TextGeneration
pathwayThe following now works:
This still works: