Galaxy-Husky

Results 7 issues of Galaxy-Husky

Hi, I have a question about how to set seed when using multi gpus. The following code snippet uses `torch.cuda.manul_seed` funciton. ``` if is_cuda and seed > 0: # These...

### Describe the feature Hi, I found some typos in the efficient evaluation of the official document. In the following code snippet: https://github.com/open-compass/opencompass/blob/6c711cb262344b8819894a61f2791d5674e5cf73/docs/en/user_guides/evaluation.md?plain=1#L88-L100 line 97 `task=dict(type=OpenICLEvalTask)` should be `task=dict(type=OpenICLInferTask)`. And...

### Describe the feature 1. The Lark Bot section of Useful tools in the documentation is different in Chinese and English. 2. The contents seem to be out of date,...

### Prerequisite - [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the [latest version](https://github.com/open-compass/opencompass). ### Type...

## What does this PR do? Fixes #19138 Before submitting - [x] Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [x] Did you read the...

pl

### Bug description Hi, I think there are several mistakes in the implemention of the PositionalEncoding in the [lightning/pytorch/demos/transformer.py.](https://github.com/Lightning-AI/pytorch-lightning/blob/master/examples/fabric/language_model/train.py) Since the transformer is set to https://github.com/Lightning-AI/pytorch-lightning/blob/275822d5aff848b7f0a4298498e905457b8455c9/src/lightning/pytorch/demos/transformer.py#L47 1. The shape of...

bug
help wanted
good first issue
example
ver: 2.2.x

### Describe the bug ```shell [04/24/25 17:01:21] INFO ['distilabel.pipeline'] 📝 Pipeline data will be written to base.py:1015 '/home/ping/.cache/distilabel/pipelines/pipeline_text_generation_0/53bedcbb53ca1db3fed4f15c1fb88e4d8a6089c8/ex ecutions/2708b17ac80bbafdd1ccde7534ff5c14419cdd7b/data/steps_outputs' INFO ['distilabel.pipeline'] ⌛ The steps of the pipeline will be loaded...

bug