tgi-entrypoint.sh 135 Bytes
Newer Older
oOraph's avatar
oOraph committed
1
2
3
4
#!/bin/bash

ldconfig 2>/dev/null || echo 'unable to refresh ld cache, not a big deal in most cases'

5
exec text-generation-launcher $@