-
Hi nicolas,
first really thanks for your work. when I run your code, I cannot get meaningful results, all I got is like
```
NFO:lib.nn_model.train:[why ?] -> [i ' . . $$$ . $$$ $$$ $$$ $$$ as as…
-
### Your current environment
The output of `python collect_env.py`
```text
/usr/local/lib/python3.10/site-packages/vllm/connections.py:8: RuntimeWarning: Failed to read commit hash:
No module …
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
WARNING 10-29 04:15:30 _custom_ops.py:19] Failed to import from vllm._C with …
-
I was running the monkut version (https://github.com/monkut/tensorflow_chatbot) on my windows7 with python 3.5 and tensorflow r0.12 cpu, and after just 300 steps an error occured. Then I tried to cha…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
Exception has occurred: ModuleNotFoundError
No module named 'tensorflow.contrib'
-
I run the execute.py and receive this error.
`>> Mode : train
Preparing data in working_dir/
2017-07-30 20:40:34.971282: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow librar…
-
I've fine-turned **llama-7b** model with command:
```
#!/bin/bash
deepspeed_args="--num_gpus=8 --master_port=11000"
exp_id=llama-7b-v2
project_dir=XXXX
base_model_path=${project_dir}/models/…
-
### Your current environment
This issue is easy to reproduce. In AWS:
1) Spin up EC2
2) Use the Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.3.1 (Ubuntu 20.04)
3) Select g5.12xlarge (which co…