Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Team-BoonMoSa/Amazon-EC2-Inf1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon_EC2_Inf1

END


Setup

.
├── README.md
├── client
│   ├── Dockerfile
│   └── app
│       ├── app.py
│       ├── client.py
│       └── requirements.txt
├── docker-compose.yaml
├── server
│   ├── Dockerfile
│   └── model-repository
│       ├── BoonMoSa
│       │   ├── 1
│       │   │   ├── model.py
│       │   │   └── model_neuron.pt.keep -> model_neuron.py로 교체!
│       │   └── config.pbtxt
│       └── gen_triton_model.py
└── sh
    ├── curl.sh
    ├── gen.sh
    └── rm.sh
$ docker compose up -d