Xin Li
Xin Li
I think it is because it only supports linux-based OS. Hope the documents can clarify it.
It seems only to support the following types of tasks (all related to language models): - AutoModelForSequenceClassification - AutoModelForQuestionAnswering - AutoModelForTokenClassification - AutoModelForMaskedLM - AutoModelForCausalLM - AutoModelForSeq2SeqLM It does not...
I use an ensemble node and a switch node. The ensemble node contains three language detectors, which identify the language of the input. The switch node contains several translator, each...
How do you manage to solve this? I still don't know how torch-model-archiver works with safetensors.
@mreso This is very strange because I can run it with `.mar` files from other places, but not with the ones I pack myself. I tried using a public .mar...
The yaml file in the `inference_graph.go` cannot work, I have tried it. I think it is only for demonstration, but not a real file that follows the api. So to...
> It is a temporary issue in Colab. Please see this ticket: [https://github.com/googlecolab/colabtools/issues/5081](url) When we use "numba -s", it showed the CUDA driver is 12.4 while the CUDA runtime version...