mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
6 lines
130 B
Bash
6 lines
130 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ldconfig 2>/dev/null || echo 'unable to refresh ld cache, not a big deal in most cases'
|
||
|
|
||
|
text-generation-launcher $@
|