-
Hi,
I loaded this model from HF using the below code on `2xA100s`:
```
tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf", use_fast=True)
model = AutoModelForCausalLM.from_…
-
Got some errors during install, but the installation in the end said it installed successfully, so not sure what that really means?
A restart didn't so any issues in the restart process, just the i…
-
Using `is_flash_attn_available` is deprecated and will be removed in v4.38. Please use `is_flash_attn_2_available` instead.
Traceback (most recent call last):
File "/opt/ai/test/inference_example_…
-
Sidi asked for something like this, and I think it's a good idea. (He asked for proper einsum support, which is also a good idea)
cf stanford-crfm/levanter#107
I'd like to support something lik…
-
### 💡 Your Question
Hello
I installed the package using the following command through the conda virtual environment.
```pip install -r requirements.txt```
After installing normally, if you run…
-
### What happened + What you expected to happen
$ poetry add ray
Using version ^2.32.0 for ray
Updating dependencies
Resolving dependencies... (2.0s)
Package operations: 1 install, 0 updates,…
-
```shell
# uv --version
uv 0.4.4
# pip --version
pip 24.0 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)
# python --version
Python 3.10.12
# grep VERSION= /etc/os-release …
-
```
Traceback (most recent call last):
File "demo/webcam_demo.py", line 13, in
from mmhuman3d.apis import inference_image_based_model, init_model
File "/home/lia/projects/mmhuman3d/mmhuma…
-
UserWarning: Attempting to run cuBLAS, but there was no current CUDA context! Attempting to set the primary context... (Triggered internally at ../aten/src/ATen/cuda/CublasHandlePool.cpp:135.)
retu…
-
There are issues trying to install the `requirements.txt` for 3.10 and 3.11?