Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce size of the release distribution. Fix #1698 #1699

Merged
merged 3 commits into from
Nov 8, 2017

Conversation

menshikh-iv
Copy link
Contributor

What's done:

  • removed docker/
  • removed continious_integration/
  • removed docs/

Result: 63MB -> 14MB for tar.gz

Last large part is distrib is gensim/test/test_data, biggest file is:

  • large_tag_doc_10_iter50 - 4.8MB
  • small_tag_doc_5_iter50 - 2.3MB
  • head500.noblanks.cor - 2.3MB
  • pang_lee_polarity_fasttext.vec - 1.8MB
  • enwiki-latest-pages-articles1.xml-p000000010p000030302-shortened.bz2 - 1.7MB
  • lee_fasttext - 1.1MB

But I think that we no needed to replace it & fix tests, wdyt @piskvorky?

@piskvorky
Copy link
Owner

Can't we distributed these large data files as .gz? We're using smart_open anyway.

@menshikh-iv
Copy link
Contributor Author

menshikh-iv commented Nov 7, 2017

I think that most of this is binary and will be compressed poorly @piskvorky (also, tar.gz already compressed format, for this reason, this has no sense).

@piskvorky
Copy link
Owner

Yeah, that's true. Scratch that :)

@menshikh-iv menshikh-iv merged commit b77e77e into develop Nov 8, 2017
@piskvorky piskvorky changed the title Reduce distributive size. Fix #1698 Reduce size of the release distribution. Fix #1698 Nov 8, 2017
@menshikh-iv menshikh-iv deleted the reduce-distrib-size branch December 7, 2017 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants