-
NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com
Your issue may already be reported!
Also, please search on the [issue tracker](../) before creating one.
* **I'm s…
-
Hi,
I am trying to fine tune the llama-2 model with the help of the following config file->
``` model_type: llm
base_model: /home/ubuntu/llama-2-7b-hf_for_merge
quantization:
bits: 8
adapt…
-
### Bug description
**Summary**: `WandbLogger(config=config)` does not provide the same behavior as `wandb.init(config=config)` in recent versions of pytorch-lightning
**Explanation**:
Passin…
-
Trying to reproduce the [Graph Classification with Transformers](https://github.com/huggingface/blog/blob/main/notebooks/graphml-classification.ipynb), I am getting the following error even with all r…
-
### Bug description
If I register a `float64` tensor to a buffer in the `__init__` function of a `LightningModule` like so:
```py
self.register_buffer("testing_variable", torch.tensor([1,2,3], …
-
@trungleduc
## Description
Defined a very simple notebook just loading a CSV and then filtering the resulting pandas dataframe using a couple of dropdown boxes. The notebook worked flawlessly.
T…
-
### Version
23.10.0
### Which installation method(s) does this occur on?
Docker
### Describe the bug.
Nodes exiting in a networkX graph do not proprly port to a cuGraph graph despite mu…
-
**Describe the bug**
The installation of autogluon via "pip install autogluon" fails in a docker environment.
Apparently it is because autogluon looks for an older version of optimum : =1.17
which …
-
Hi! I have been struggling on running the project on my machine:
OS: Ubuntu 22.04
GPU: GeForce RTX 3080
Python: 3.8
I spent few days to make it work! Here I will share how I solved this step …
-
### Current Behaviour
I am running in Jupyter Lab and just upgraded to Python 3.10.6. My initial dataset is in a Pandas dataframe that is less than 8000 rows and less than 50 columns. When I used …