deepsparse.TextGeneration doesn't accept trust_remote_code
as an arg anymore
#1639
Labels
bug
Something isn't working
trust_remote_code
as an arg anymore
#1639
The legacy text-generation pipeline supported trust_remote_code as an argument, which was inherited from the Transformers base pipeline here:
deepsparse/src/deepsparse/transformers/pipelines/pipeline.py
Line 91 in 491302a
This was useful for models with custom code related to their tokenizer: #1176
Testing code:
Output:
The text was updated successfully, but these errors were encountered: