Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelscope/ms-swift
/ deduplicate_preserve_order
Function
deduplicate_preserve_order
tests/run.py:27–28 ·
view source on GitHub ↗
(items)
Source
from the content-addressed store, hash-verified
25
26
27
def
deduplicate_preserve_order(items):
28
return
list(dict.fromkeys(items))
29
30
31
def
get_available_npu_devices(visible_npus):
Callers
3
gather_test_suites_in_files
Function · 0.85
gather_test_suites_files
Function · 0.85
run_in_subprocess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected