Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M metaseq
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 95
    • Issues 95
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • metaseq
  • Merge requests
  • !421

[Cleanup] Deleting more unused methods, mainly from *utils files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge susan/clean_oct15_unused1 into main Oct 15, 2022
  • Overview 4
  • Commits 19
  • Pipelines 0
  • Changes 7

Created by: suchenzang

From file_utils, removed:

  • filename_to_url
  • read_set_from_file
  • get_file_extension

From file_io, removed:

  • save_json
  • load_json
  • load_jsonl

Remove tokenizer file and move the single method of tokenize_line into top level utils.py.

From top level utils.py, removed:

  • round_safe
  • eval_str_list
  • deprecation_warning
  • post_process_prediction
  • load_embedding
  • FileContentsAction class
  • get/set_incremental_state
  • parse_embedding
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: susan/clean_oct15_unused1