Commit 957ee61
authored
remove zstandard to address nvbug 5149698 (#726)
Removes `zstandard` after installing NeMo to avoid issues like the
following downloading large binary files with ngcsdk.
https://nvbugspro.nvidia.com/bug/5149698
```
raise DecodeError(
urllib3.exceptions.DecodeError: ('Received response with content-encoding: zstd, but failed to decode it.', ZstdError('cannot use a decompressobj multiple times'))
...
requests.exceptions.ContentDecodingError: ('Received response with content-encoding: zstd, but failed to decode it.', ZstdError('cannot use a decompressobj multiple times'))
```
Signed-off-by: Peter St. John <[email protected]>1 parent 4b59b06 commit 957ee61
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments