You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS version: Ubuntu 22.04
Rust version (if self-compiling, cargo version): Cargo 1.75.0
Model being used (curl 127.0.0.1:8080/info | jq):
If local model please explicit the kind of model and/or equivalents.
Hardware used (GPUs, how many, on which cloud) (nvidia-smi):1 gpu on AWS (g4dn.xlarge instance)
Deployment specificities (Kubernetes, EKS, AKS, any particular deployments): Local source code
The current version being used: latest clone from git
Information
Docker
The CLI directly
Tasks
An officially supported command
My own modifications
Reproduction
Install rust using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone latest source code using git clone https://github.com/predibase/lorax.git
System Info
OS version: Ubuntu 22.04
Rust version (if self-compiling, cargo version): Cargo 1.75.0
Model being used (curl 127.0.0.1:8080/info | jq):
If local model please explicit the kind of model and/or equivalents.
Hardware used (GPUs, how many, on which cloud) (nvidia-smi):1 gpu on AWS (g4dn.xlarge instance)
Deployment specificities (Kubernetes, EKS, AKS, any particular deployments): Local source code
The current version being used: latest clone from git
Information
Tasks
Reproduction
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/predibase/lorax.git
PROTOC_ZIP=protoc-21.12-linux-x86_64.zip curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/$PROTOC_ZIP sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc sudo unzip -o $PROTOC_ZIP -d /usr/local 'include/*' rm -f $PROTOC_ZIP
sudo apt-get install libssl-dev gcc -y
cd lorax
BUILD_EXTENSIONS=True make install
Expected behavior
Expecting the source code to be built & executed without conda
The text was updated successfully, but these errors were encountered: