BoyuNLP commited on
Commit
ac32a63
Β·
verified Β·
1 Parent(s): a3a16bd

Upload 18 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ examples/amazon.jpg filter=lfs diff=lfs merge=lfs -text
37
+ examples/app_store.png filter=lfs diff=lfs merge=lfs -text
38
+ examples/health.jpg filter=lfs diff=lfs merge=lfs -text
39
+ examples/ios_setting.png filter=lfs diff=lfs merge=lfs -text
40
+ examples/map.png filter=lfs diff=lfs merge=lfs -text
41
+ examples/safari_google.png filter=lfs diff=lfs merge=lfs -text
42
+ examples/shopping.jpg filter=lfs diff=lfs merge=lfs -text
43
+ examples/web_forum.png filter=lfs diff=lfs merge=lfs -text
44
+ examples/web_shopping.png filter=lfs diff=lfs merge=lfs -text
examples/accweather.jpg ADDED
examples/amazon.jpg ADDED

Git LFS Details

  • SHA256: c36e843c7098139eb0f24c11f1e7be76bc8ef4a5f9d5f54fb7dde799c7f92a38
  • Pointer size: 132 Bytes
  • Size of remote file: 2.31 MB
examples/app_store.png ADDED

Git LFS Details

  • SHA256: ab3bc3da0ff98b87dcb57a5e7a9c67cac2e43c382d04643956621f85959f8dd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
examples/apple_music.png ADDED
examples/arxiv.jpg ADDED
examples/controller.log ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-10-09 14:33:33 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
2
+ 2024-10-09 14:33:33 | INFO | controller | Init controller
3
+ 2024-10-09 14:33:33 | ERROR | stderr | INFO: Started server process [67560]
4
+ 2024-10-09 14:33:33 | ERROR | stderr | INFO: Waiting for application startup.
5
+ 2024-10-09 14:33:33 | ERROR | stderr | INFO: Application startup complete.
6
+ 2024-10-09 14:33:33 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
7
+ 2024-10-09 14:34:27 | ERROR | stderr | INFO: Shutting down
8
+ 2024-10-09 14:34:27 | ERROR | stderr | INFO: Waiting for application shutdown.
9
+ 2024-10-09 14:34:27 | ERROR | stderr | INFO: Application shutdown complete.
10
+ 2024-10-09 14:34:27 | ERROR | stderr | INFO: Finished server process [67560]
11
+ 2024-10-09 14:34:36 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
12
+ 2024-10-09 14:34:36 | INFO | controller | Init controller
13
+ 2024-10-09 14:34:36 | ERROR | stderr | INFO: Started server process [67981]
14
+ 2024-10-09 14:34:36 | ERROR | stderr | INFO: Waiting for application startup.
15
+ 2024-10-09 14:34:36 | ERROR | stderr | INFO: Application startup complete.
16
+ 2024-10-09 14:34:36 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
17
+ 2024-10-09 14:38:20 | ERROR | stderr | INFO: Shutting down
18
+ 2024-10-09 14:38:21 | ERROR | stderr | INFO: Waiting for application shutdown.
19
+ 2024-10-09 14:38:21 | ERROR | stderr | INFO: Application shutdown complete.
20
+ 2024-10-09 14:38:21 | ERROR | stderr | INFO: Finished server process [67981]
21
+ 2024-10-09 14:38:29 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
22
+ 2024-10-09 14:38:29 | INFO | controller | Init controller
23
+ 2024-10-09 14:38:29 | ERROR | stderr | INFO: Started server process [68570]
24
+ 2024-10-09 14:38:29 | ERROR | stderr | INFO: Waiting for application startup.
25
+ 2024-10-09 14:38:29 | ERROR | stderr | INFO: Application startup complete.
26
+ 2024-10-09 14:38:29 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
27
+ 2024-10-09 14:39:53 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
28
+ 2024-10-09 14:39:53 | INFO | controller | Init controller
29
+ 2024-10-09 14:39:53 | ERROR | stderr | INFO: Started server process [68631]
30
+ 2024-10-09 14:39:53 | ERROR | stderr | INFO: Waiting for application startup.
31
+ 2024-10-09 14:39:53 | ERROR | stderr | INFO: Application startup complete.
32
+ 2024-10-09 14:39:53 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
33
+ 2024-10-09 14:39:59 | INFO | stdout | INFO: 127.0.0.1:58494 - "GET / HTTP/1.1" 404 Not Found
34
+ 2024-10-09 14:40:33 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
35
+ 2024-10-09 14:40:33 | INFO | controller | Init controller
36
+ 2024-10-09 14:40:33 | ERROR | stderr | INFO: Started server process [68681]
37
+ 2024-10-09 14:40:33 | ERROR | stderr | INFO: Waiting for application startup.
38
+ 2024-10-09 14:40:33 | ERROR | stderr | INFO: Application startup complete.
39
+ 2024-10-09 14:40:33 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
40
+ 2024-10-09 14:40:41 | INFO | stdout | INFO: 127.0.0.1:58574 - "GET / HTTP/1.1" 404 Not Found
41
+ 2024-10-09 14:47:47 | ERROR | stderr | INFO: Shutting down
42
+ 2024-10-09 14:47:48 | ERROR | stderr | INFO: Waiting for application shutdown.
43
+ 2024-10-09 14:47:48 | ERROR | stderr | INFO: Application shutdown complete.
44
+ 2024-10-09 14:47:48 | ERROR | stderr | INFO: Finished server process [68681]
45
+ 2024-10-09 14:47:54 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
46
+ 2024-10-09 14:47:54 | INFO | controller | Init controller
47
+ 2024-10-09 14:47:54 | ERROR | stderr | INFO: Started server process [69107]
48
+ 2024-10-09 14:47:54 | ERROR | stderr | INFO: Waiting for application startup.
49
+ 2024-10-09 14:47:54 | ERROR | stderr | INFO: Application startup complete.
50
+ 2024-10-09 14:47:54 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
51
+ 2024-10-09 14:48:02 | INFO | stdout | INFO: 127.0.0.1:59180 - "GET / HTTP/1.1" 404 Not Found
52
+ 2024-10-09 14:50:56 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
53
+ 2024-10-09 14:50:56 | INFO | controller | Init controller
54
+ 2024-10-09 14:50:56 | ERROR | stderr | INFO: Started server process [69357]
55
+ 2024-10-09 14:50:56 | ERROR | stderr | INFO: Waiting for application startup.
56
+ 2024-10-09 14:50:56 | ERROR | stderr | INFO: Application startup complete.
57
+ 2024-10-09 14:50:56 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
58
+ 2024-10-09 14:51:43 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
59
+ 2024-10-09 14:51:43 | INFO | controller | Init controller
60
+ 2024-10-09 14:51:43 | ERROR | stderr | INFO: Started server process [69433]
61
+ 2024-10-09 14:51:43 | ERROR | stderr | INFO: Waiting for application startup.
62
+ 2024-10-09 14:51:43 | ERROR | stderr | INFO: Application startup complete.
63
+ 2024-10-09 14:51:43 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
64
+ 2024-10-09 14:53:04 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
65
+ 2024-10-09 14:53:04 | INFO | controller | Init controller
66
+ 2024-10-09 14:53:04 | ERROR | stderr | INFO: Started server process [69542]
67
+ 2024-10-09 14:53:04 | ERROR | stderr | INFO: Waiting for application startup.
68
+ 2024-10-09 14:53:04 | ERROR | stderr | INFO: Application startup complete.
69
+ 2024-10-09 14:53:04 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
70
+ 2024-10-09 14:53:57 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
71
+ 2024-10-09 14:53:57 | INFO | controller | Init controller
72
+ 2024-10-09 14:53:57 | ERROR | stderr | INFO: Started server process [69660]
73
+ 2024-10-09 14:53:57 | ERROR | stderr | INFO: Waiting for application startup.
74
+ 2024-10-09 14:53:57 | ERROR | stderr | INFO: Application startup complete.
75
+ 2024-10-09 14:53:57 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
76
+ 2024-10-09 14:54:37 | INFO | controller | args: Namespace(host='0.0.0.0', port=10000, dispatch_method='shortest_queue')
77
+ 2024-10-09 14:54:37 | INFO | controller | Init controller
78
+ 2024-10-09 14:54:37 | ERROR | stderr | INFO: Started server process [69742]
79
+ 2024-10-09 14:54:37 | ERROR | stderr | INFO: Waiting for application startup.
80
+ 2024-10-09 14:54:37 | ERROR | stderr | INFO: Application startup complete.
81
+ 2024-10-09 14:54:37 | ERROR | stderr | INFO: Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
examples/health.jpg ADDED

Git LFS Details

  • SHA256: 188378981c221dac87cd6e020bb88543dd518519b79e8d836656d5baf96b0be5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
examples/ios.jpg ADDED
examples/ios_setting.png ADDED

Git LFS Details

  • SHA256: f4b78bb0bde49ffe175abf4731486c1113d2b7a8009bdd1b7457123793e9e1e6
  • Pointer size: 133 Bytes
  • Size of remote file: 10.3 MB
examples/map.png ADDED

Git LFS Details

  • SHA256: c583dc0ad08f8ec3267425e1a1cd8e2b797b03481396651903debaff2cc59b38
  • Pointer size: 132 Bytes
  • Size of remote file: 5.36 MB
examples/safari_google.png ADDED

Git LFS Details

  • SHA256: 5b3421df3f57f1154bb85b3a458eabcc6138926e3dcaa812fd557c4cce46b971
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
examples/semantic.jpg ADDED
examples/shopping.jpg ADDED

Git LFS Details

  • SHA256: ac1f02d7f0157166a1a10fbd4e4980eaefd00ee12c31f06a6191482c0bef9861
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
examples/toggle.jpg ADDED
examples/wallet.png ADDED
examples/web_forum.png ADDED

Git LFS Details

  • SHA256: 33bd50305f7f7fc9cc6c826c9ba2d9b11c297bc1a7adc0dca086be81b5a681b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
examples/web_shopping.png ADDED

Git LFS Details

  • SHA256: 2d78b6ab11dfd6e203d37d2b14b8f9c40545e1f560d9900d138a6617805841c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
examples/word.png ADDED