jouw

Results 3 issues of jouw

### 🐛 Describe the bug I built the docker with Dockerfile of EnergonAI, then I execute the launch.sh, it tells me /config/server.sh doesn't exist. Dockerfile: (opt) [worker@bj3-136-162-18-s1 docker]$ ./launch.sh bash:...

bug

with open(os.path.join(self.data_dir, f'{self.data_type}.jsonl'), 'r') as f: for line in f: sample = json.loads(line) chat = sample['chat'] num_turns = int(sample['num_turns']) meta_instruction = sample['meta_instruction'] instruction_ids = self.tokenizer.encode(meta_instruction) assert isinstance(instruction_ids, list) and len(instruction_ids)...