forked from OwenElliottDev/ingrain_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.sh
More file actions
30 lines (29 loc) · 2.59 KB
/
hello.sh
File metadata and controls
30 lines (29 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
echo '
___ ___ ___ ___ ___
___ /\__\ /\ \ /\ \ /\ \ ___ /\__\
/\ \ /::| | /::\ \ /::\ \ /::\ \ /\ \ /::| |
\:\ \ /:|:| | /:/\:\ \ /:/\:\ \ /:/\:\ \ \:\ \ /:|:| |
/::\__\ /:/|:| |__ /:/ \:\ \ /::\~\:\ \ /::\~\:\ \ /::\__\ /:/|:| |__
__/:/\/__/ /:/ |:| /\__\ /:/__/_\:\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ __/:/\/__/ /:/ |:| /\__\
/\/:/ / \/__|:|/:/ / \:\ /\ \/__/ \/_|::\/:/ / \/__\:\/:/ / /\/:/ / \/__|:|/:/ /
\::/__/ |:/:/ / \:\ \:\__\ |:|::/ / \::/ / \::/__/ |:/:/ /
\:\__\ |::/ / \:\/:/ / |:|\/__/ /:/ / \:\__\ |::/ /
\/__/ /:/ / \::/ / |:| | /:/ / \/__/ /:/ /
\/__/ \/__/ \|__| \/__/ \/__/
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\:\ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/__/ ___ /::\~\:\ \ /::\~\:\ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ |:| | /\__\ /:/\:\ \:\__\ /:/\:\ \:\__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/_|::\/:/ / |:| |/:/ / \:\~\:\ \/__/ \/_|::\/:/ /
\:\ \:\__\ \:\ \:\__\ |:|::/ / |:|__/:/ / \:\ \:\__\ |:|::/ /
\:\/:/ / \:\ \/__/ |:|\/__/ \::::/__/ \:\ \/__/ |:|\/__/
\::/ / \:\__\ |:| | ~~~~ \:\__\ |:| |
\/__/ \/__/ \|__| \/__/ \|__|
'
echo "Welcome to Ingrain Server, a triton wrapper with automatic model conversion for Sentence Transformers and Open CLIP"
echo "Log level is set to ERROR as an optimisation, expect nothing in this console unless there is an error"
echo "To see triton logs please look at tritonserver.log"
echo "Ingrain Server is now starting..." > /app/hello.log