-
### Contact Details [Optional]
martin.schmitt@celebrate.company
### System Information
```
ZENML_LOCAL_VERSION: 0.44.1
ZENML_SERVER_VERSION: 0.44.1
ZENML_SERVER_DATABASE: sqlite
ZENML_SER…
-
When specifying a field as `optional` in protobuf, the code generator for java should be able to generate an accessor method that returns a `java.util.Optional` of the specified type.
For example, …
-
I run this code in jupyternotebook:
!pip3 show sagemaker
from sagemaker.remote_function import remote
Name: sagemaker
Version: 2.150.0
Summary: Open source library for training and deployin…
-
**Describe the bug**
I am using PytorchModel to deploy a sagemaker endpoint. I define it using PytorchModel() and I feed in a string for image_uri and leave framework_version and py_version blank. Si…
-
Below is the error i am getting while loading TheBloke/llama-2-70b-chat-AWQ model:
OutOfMemoryError: CUDA out of memory. Tried to allocate 112.00 MiB (GPU 0; 22.20 GiB total capacity; 21.30 GiB alrea…
-
Environment data
- Language Server version: 2023.8.40
- OS and version: darwin arm64
- Python version (and distribution if applicable, e.g. Anaconda): 3.10.11 (pyenv)
- python.analysis…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
A…
-
```
type Xxx {.protobuf3.} = object
xxx {.fieldNumber: 1.}: seq[uint32]
echo Protobuf.encode(Xxx(xxx: @[2'u32, 3, 4]))
```
the above message silently compiles and outputs an empty seq
-
### Contact Details [Optional]
yuanlim0919@gmail.com
### System Information
ZENML_LOCAL_VERSION: 0.38.0
ZENML_SERVER_VERSION: 0.38.0
ZENML_SERVER_DATABASE: mysql
ZENML_SERVER_DEPLOYMENT_TYPE: ot…
-
Hello,
according to Protobuf3 specification (JSON mapping), JSON parsers should accept message field names in camel case (e.g. someAttributeName) as well as the original field name (e.g. some_attr…