lorax icon indicating copy to clipboard operation
lorax copied to clipboard

Multi-LoRA inference server that scales to 1000s of fine-tuned LLMs

Results 185 lorax issues
Sort by recently updated
recently updated
newest added

### Model description https://github.com/ModelTC/lightllm/pull/266 Will there be vision llm support in Lorax soon? ### Open source status - [X] The model implementation is available - [X] The model weights are...

enhancement

### Feature request Cool job! I have successfully run mulit-lora with llama2-70b. I would like to ask if the author has any plans to support other models, such as qwen,...

enhancement

### Feature request - [ ] Flash NeoX - [ ] Flash RW (Falcon) - [ ] Flash SantaCoder - [ ] Bloom - [ ] T5 - [ ]...

enhancement

### Model description `model=Qwen/Qwen-7B-Chat volume=/hub_models/Qwen-7B-Chat/ docker run --gpus=1 --shm-size 1g -p 8080:80 -v $volume:/data \ ghcr.nju.edu.cn/predibase/lorax:latest --model-id $model` if load the local base model directly will be very well ###...

question

### Model description Hi - I'm new to LoRAX. Just started reading the docs and github. Here's my situation. I have four locally hosted foundation (base) Open Source LLMs in...

question

### System Info * Latest official docker image (ghcr.io/predibase/lorax:87412e1) * www.runpod.io platform (GPU containers) * GPU pod with 2xA100 80G. ### Information - [X] Docker - [ ] The CLI...

question

### Feature request Support the 'miqu' model. ### Motivation I am not sure if mique is actually the Mistral or Mixtral architecture or something else, but supposedly it may be...

question

### Feature request Tried to get this working on windows but ultimately ran into dead ends running the make files. I'm guessing windows just isn't supported yet. If anyone has...

enhancement

# What does this PR do? ### TODO: - [ ] finish rust part to launch gui and pass in port - [ ] update docker to build the gui...