JuHyung Son

Results 31 issues of JuHyung Son

### Checklist - [X] I've searched for similar issues and couldn't find anything matching - [X] I've discussed this feature request in the [K8sGPT Slack](https://k8sgpt.slack.com) and got positive feedback ###...

enhancement
good first issue
help wanted

Closes #828 ## 📑 Description added huggingface provider. for HF package, i use https://github.com/hupe1980/go-huggingface. i think this is more fit for k8sgpt code than [this](https://github.com/Kardbord/hfapigo). Let me know if you...

### Checklist - [X] I've searched for similar issues and couldn't find anything matching - [X] I've included steps to reproduce the behavior ### Affected Components - [X] K8sGPT (CLI)...

/kind bug **What steps did you take and what happened:** add annotation on isvc. when patching isvc, new revision is created and i expect prev revision is not removed [A...

kind/bug

tensorflow=2.1.0 tensorRT=6.1.0 I saved `tf.keras.applications.resnet50` as saved_model and convert with tf-trt with `converter.build()` as below. ``` def input_fn(): for _ in range(16): input1 = np.random.normal(size=(64, 224, 224, 3)).astype(np.float32) yield [input1]...

I followed colab tutorial and noticed that quantized mode size is increased after converting. Is this an expected result?? I expected the quantized model size would be decreased. I checked...

my code. ``` ``` and it appears black ![image](https://user-images.githubusercontent.com/20140126/150785907-f8ea83bb-fce6-48ea-bca2-560e04a207a5.png)

bug

# Description Upstage is one of the most up-and-coming LLM providers, and many of users want to use their LLM and Embeddings api, so in this PR, we've added an...

lgtm
size:XXL

### Feature Description MongoDB vectore store does not support mutiple value filter on same key. However, this seems to be a very important feature. `llama_index.vector_stores.mongodb.base.py` ```python def _to_mongodb_filter(standard_filters: MetadataFilters) ->...

enhancement
triage

should I run it in docker, in every worker node?? and ib-kubernetes should run every node and communicate ufm docker container? I’m confusing because deployment yaml is just deployment and...