-
### Is there an existing issue for this?
- [X] I have searched the existing issues and did not find a match.
### What are you working on?
I am trying to summarize potentially long texts wit…
-
Hi! I was trying to get the latest version of LLamaSharp working in Unity.
This is my script:
```csharp
using System.Collections.Generic;
using UnityEngine;
using LLama.Common;
using LLama;
…
-
/kind bug
**What steps did you take and what happened:**
Followed [Doc](https://github.com/kserve/kserve/tree/master/docs/samples/v1beta1/torchserve/v2/bert) to deploy bert sequence classifier w…
-
Thank you for your research work. When I run the `train.py` script following the below code in tpu-vm, I got a 403 permission error.
`python3 official/nlp/train.py --tpu=con-bert1 --experiment=be…
-
/kind bug
**What steps did you take and what happened:**
When loading a pytorch model with the torchserve container the model fails to load with the error `When loading a pytorch model the process…
-
I'm trying to implement serializing bytes in my own crate, which using as a base serde module. So, I have a serializer which has the next overridden method:
``` rust
#[inline]
fn serialize_bytes(&mut…
-
It goes from the following post: https://nicolay-r.github.io/blog/articles/2022-05/process-mass-media-relations-with-arekit
- [x] `annot` labels formatter might be removed in further.
- [x] Switch…
-
This will improve serialization time on the server, especially for the format sent over the wire by LiveView (a lot of binaries).
-
**Describe the bug**
Hello All! First time raising an issue with Sagemaker so forgive me if this is wrong place or format. Trying to deploy Bert model to return sentence embeddings in pytorch contain…
-
### 🐛 Describe the bug
I want to deploy [this model](https://huggingface.co/uer/gpt2-chinese-cluecorpussmall) on cent os 7 server using torchserve.
and I follow the [official example of deploying gp…