Model Database's logo
Join the Model Database community

and get access to the augmented documentation experience

to get started

Inference Endpoints Version

Model Database Inference Endpoints comes with a default serving container which is used for all supported Transformers and Sentence-Transformers tasks and for custom inference handler and implement batching. Below you will find information about the installed packages and versions used.

You can always upgrade installed packages and a custom packages by adding a requirements.txt file to your model repository. Read more in Add custom Dependencies.

Installed packages & version

The installed packages are split into general, CPU & GPU packages. The general packages are installed in all containers, the CPU and GPU packages are only installed in the corresponding containers. The Model Database Inference Runtime has separate versions for PyTorch and TensorFlow for CPU and GPU, which are used based on the selected framework when creating an Inference Endpoint. The TensorFlow and PyTorch flavors are grouped together in the list below.

General

  • Python: 3.9.13

CPU

  • transformers[sklearn,sentencepiece,audio,vision]: 4.27.2
  • diffusers: 0.14.0
  • accelerate: 0.17.1
  • sentence_transformers: latest
  • pandas: latest
  • pytorch: 1.13.1
  • torchvision: 0.14.1
  • tensorflow: 2.9.1

GPU

  • transformers[sklearn,sentencepiece,audio,vision]: 4.27.2
  • diffusers: 0.14.0
  • accelerate: 0.17.1
  • sentence_transformers: latest
  • pandas: latest
  • pytorch: 1.13.1=py3.9_cuda11.8*
  • torchvision: 0.14.1
  • tensorflow: 2.9.1=*cuda112*py39*