Shi shijie

Results 5 issues of Shi shijie

`Detected CUDA files, patching ldflags Emitting ninja build file /disk1/shisj/cache/torch_extensions/py39_cu117/fused_adam/build.ninja... Building extension module fused_adam... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Loading extension module utils... Traceback (most recent call last): File "main.py",...

通过修改 examples/kbert/run_cls.sh 这个文件下的 label_enumerate_values 改变模型分类个数。 自己数据集一共是10种类别,值为0-9,但是运行会报错。 通过打印logits 的值发现,模型输出依然是二分类。logits形状为[batch_size,2] 如何改变分类类别?

I have 8 GPUs and I want to use one of them for training, but I haven't found the relevant settings. ``` from colbert.infra import Run, RunConfig, ColBERTConfig from colbert...

这个文件中保存的东西只有下面这些内容,没有与大模型的问询内容。请问这是怎么一回事呢? ``` 2024-03-06 21:58:50 INFO 正在下载Gradio主题,请稍等。 2024-03-06 21:58:53 INFO 正在下载Gradio主题,请稍等。 2024-03-06 21:59:04 INFO 正在下载Gradio主题,请稍等。 2024-03-06 21:59:09 INFO 正在下载Gradio主题,请稍等。 2024-03-06 21:59:15 INFO 正在下载Gradio主题,请稍等。 ```