Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhny007 committed May 28, 2024
1 parent 0a8f130 commit fe37c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions thirdparty/ruclip/ClipAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ class ClassificationCLIP::ClassificationCLIPImpl


private:
void* m_pImpl = nullptr;

std::string m_pathToClip = "";
std::string m_pathToBPE = "";
int m_inputImgSize = 336;
Expand Down
5 changes: 2 additions & 3 deletions thirdparty/ruclip/RuCLIPProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ class RuCLIPProcessor
std::vector<double> NormStd;
vkcom::BaseEncoder* Tokenizer = nullptr;

std::vector <torch::Tensor> m_textsTensors;

};
std::vector<torch::Tensor> m_textsTensors;
};

0 comments on commit fe37c51

Please sign in to comment.