Humza Sami

Results 14 issues of Humza Sami

I'm having a problem with fine-tuning the codellama-7b-Instruct model for a programming language. The issue is that the model seems to focus too much on the new dataset , and...

I am currently using CodeLlama-7B on an RTX 3090 24GB GPU, and I have a question regarding the relationship between context length and VRAM usage. According to the model documentation,...

The `order_sell_stop_loss` function in `orders.py` is calling the `order` function with incorrect arguments. This leads to a `TypeError` when attempting to use the `order_sell_stop_loss` function. I am using [this ](https://robin-stocks.readthedocs.io/en/latest/robinhood.html?highlight=sell_stop_loss#robin_stocks.robinhood.orders.order_sell_stop_loss)...

- Updated `order_buy_stop_loss` and `order_sell_stop_loss` functions to fix argument order, resolving TypeError. - Added corresponding tests in the `tests` directory to ensure functionality.

I have recently trained a LLM based on llama-2 using a private dataset for a client. They require the model for a demo on their machines. Unfortunately, I don't have...

### System Info pytorch 2.1.0+cu121 4xA4000 GPUs ### Information - [ ] The official example scripts - [ ] My own modified scripts ### 🐛 Describe the bug I am...

triaged

I am facing difficulties in specifying GPU usage for different models for LLM inference pipeline using vLLM. Specifically, I have 4 RTX 4090 GPUs available, and I aim to run...

### What is the issue? I am trying to run Codellama34B model on Ollama 0.1.34 version and its keep giving me timeout error. Although I was able to run codellama70B...

bug

I tried to run example.py on an A100 (80GB) GPU. It seems there is a bug at line [41] https://github.com/datamllab/LongLM/blob/ee92c841eaf8c6e0989f49c2d63231ba06136345/example.py#L41 The current implementation doesn't load the input_ids tensors onto the...

Hi, Do we have fetch account balance functionality for spot?