Skip to content

Commit

Permalink
refactor: clean incorrect code description
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-olivier committed Aug 7, 2024
1 parent dc764a9 commit a4d6ebb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/kili/llm/services/export/dynamic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Common code for the yolo exporter."""
"""Handle LLM_INSTR_FOLLOWING project exports."""

import logging
from typing import Dict, List, Optional, Union
Expand Down
2 changes: 1 addition & 1 deletion src/kili/llm/services/export/static.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Common code for the yolo exporter."""
"""Handle LLM_RLHF project exports."""

import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion src/kili/services/export/format/llm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Common code for the yolo exporter."""
"""Common code for the llm exporter."""

import json
import logging
Expand Down

0 comments on commit a4d6ebb

Please sign in to comment.