Skip to content

Instantly share code, notes, and snippets.

@atinsood
atinsood / summary.md
Last active April 3, 2024 00:09
Summary for the article "A Deep Dive into the Wonderful World of Preprocessing in NLP"
@atinsood
atinsood / serving_runtime.yaml
Created February 28, 2023 14:21
serving_runtime
apiVersion: serving.kserve.io/v1alpha1
kind: ServingRuntime
metadata:
name: wisdom
namespace: modelmesh-serving
spec:
containers:
- env:
- name: ACCEPT_LICENSE
value: "true"